#BE9C85

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

Shades of Pale Taupe #BE9C85

Tints of Pale Taupe #BE9C85

Color information

#BE9C85 (or 0xBE9C85) is unknown color: approx Pale Taupe. HEX triplet: BE, 9C and 85. RGB value is (190,156,133). Sum of RGB (Red+Green+Blue) = 190+156+133=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 156 (61.33% from 255 or 32.57% from 479); Blue value is 133 (52.34% from 255 or 27.77% from 479); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9C85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9C85 is #41637A. Grayscale: #A3A3A3. Windows color (decimal): -4285307 or 8756414. OLE color: 8756414.

HSL color Cylindrical-coordinate representation of color #BE9C85: hue angle of 24.21º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BE9C85 is Cyan = 0, Magento = 0.18, Yellow = 0.3 and Black (K on CMYK) = 0.25.

Color convert

RGB190156133-
CMYK00.180.30.25
HSL24.21º30.48%63.33%-
HSV(B)24.21º30%74.51%-
XYZ37.3636.4227.25-
YUV163.54110.76146.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.67%
GREEN value IS 156 (61.33% from 255) = 32.57%
BLUE value IS 133 (52.34% from 255) = 27.77%
R=39.67%
G=32.57%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015613300.180.30.2524.2130.4863.33
HexBE9C850121E19181e3f
Octal2762342050223631303677
Binary10111110100111001000010101001011110110011100011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9C85; }

 p { color: rgb(190,156,133); }

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

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

 a { background-color: rgb(190,156,133); }

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

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

 span { border-color: rgb(190,156,133); }

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