#BB9E87

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

Shades of Pale Taupe #BB9E87

Tints of Pale Taupe #BB9E87

Color information

#BB9E87 (or 0xBB9E87) is unknown color: approx Pale Taupe. HEX triplet: BB, 9E and 87. RGB value is (187,158,135). Sum of RGB (Red+Green+Blue) = 187+158+135=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 158 (62.11% from 255 or 32.92% from 480); Blue value is 135 (53.12% from 255 or 28.12% from 480); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9E87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9E87 is #446178. Grayscale: #A4A4A4. Windows color (decimal): -4481401 or 8887995. OLE color: 8887995.

HSL color Cylindrical-coordinate representation of color #BB9E87: hue angle of 26.54º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BB9E87 is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB187158135-
CMYK00.160.280.27
HSL26.54º27.66%63.14%-
HSV(B)26.54º27.81%73.33%-
XYZ37.0936.7728.06-
YUV164.05111.61144.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.96%
GREEN value IS 158 (62.11% from 255) = 32.92%
BLUE value IS 135 (53.12% from 255) = 28.12%
R=38.96%
G=32.92%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715813500.160.280.2726.5427.6663.14
HexBB9E870101C1B1b1c3f
Octal2732362070203433333477
Binary10111011100111101000011101000011100110111101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9E87; }

 p { color: rgb(187,158,135); }

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

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

 a { background-color: rgb(187,158,135); }

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

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

 span { border-color: rgb(187,158,135); }

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