#BB9C87

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

Shades of Pale Taupe #BB9C87

Tints of Pale Taupe #BB9C87

Color information

#BB9C87 (or 0xBB9C87) is unknown color: approx Pale Taupe. HEX triplet: BB, 9C and 87. RGB value is (187,156,135). Sum of RGB (Red+Green+Blue) = 187+156+135=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 135 (53.12% from 255 or 28.24% from 478); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9C87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9C87 is #446378. Grayscale: #A2A2A2. Windows color (decimal): -4481913 or 8887483. OLE color: 8887483.

HSL color Cylindrical-coordinate representation of color #BB9C87: hue angle of 24.23º 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 #BB9C87 is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB187156135-
CMYK00.170.280.27
HSL24.23º27.66%63.14%-
HSV(B)24.23º27.81%73.33%-
XYZ36.7636.0927.95-
YUV162.88112.27145.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.12%
GREEN value IS 156 (61.33% from 255) = 32.64%
BLUE value IS 135 (53.12% from 255) = 28.24%
R=39.12%
G=32.64%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715613500.170.280.2724.2327.6663.14
HexBB9C870111C1B181c3f
Octal2732342070213433303477
Binary10111011100111001000011101000111100110111100011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9C87; }

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

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

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

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

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

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

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

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