#be9977

Color #BE9977 Pale Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Taupe #BE9977

Tints of Pale Taupe #BE9977

Color information

#BE9977 (or 0xBE9977) is unknown color: approx Pale Taupe. HEX triplet: BE, 99 and 77. RGB value is (190,153,119). Sum of RGB (Red+Green+Blue) = 190+153+119=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 119 (46.88% from 255 or 25.76% from 462); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9977 is #416688. Grayscale: #A0A0A0. Windows color (decimal): -4286089 or 7838142. OLE color: 7838142.

HSL color Cylindrical-coordinate representation of color #BE9977: hue angle of 28.73º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BE9977 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB190153119-
CMYK00.190.370.25
HSL28.73º35.32%60.59%-
HSV(B)28.73º37.37%74.51%-
XYZ35.9635.0622.33-
YUV160.19104.76149.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 41.13%
GREEN value IS 153 (60.16% from 255) = 33.12%
BLUE value IS 119 (46.88% from 255) = 25.76%
R=41.13%
G=33.12%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015311900.190.370.2528.7335.3260.59
HexBE997701325191d233d
Octal2762311670234531354375
Binary101111101001100111101110100111001011100111101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be9977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be9977; }

 p { color: rgb(190,153,119); }

 H1.HeaderClassName
 {
   color: #be9977;
 }
 .AnyTagClassName
 {
   color: #be9977;
 }
</style>
background-color css

<style>
 a { background-color: #be9977; }

 a { background-color: rgb(190,153,119); }

 div.DivClassName
 {
   background-color: #be9977;
 }
 .BgClassName
 {
   background-color: #be9977;
 }
</style>
border-color css

<style>
 span { border-color: #be9977; }

 span { border-color: rgb(190,153,119); }

 td.TdClassName
 {
   border-color: #be9977;
 }
 .TagClassName
 {
   border-color: #be9977;
 }
</style>