#BB9C88

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

Shades of Pale Taupe #BB9C88

Tints of Pale Taupe #BB9C88

Color information

#BB9C88 (or 0xBB9C88) is unknown color: approx Pale Taupe. HEX triplet: BB, 9C and 88. RGB value is (187,156,136). Sum of RGB (Red+Green+Blue) = 187+156+136=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 156 (61.33% from 255 or 32.57% from 479); Blue value is 136 (53.52% from 255 or 28.39% from 479); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9C88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9C88 is #446377. Grayscale: #A3A3A3. Windows color (decimal): -4481912 or 8953019. OLE color: 8953019.

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

Color convert

RGB187156136-
CMYK00.170.270.27
HSL23.53º27.27%63.33%-
HSV(B)23.53º27.27%73.33%-
XYZ36.8336.1228.32-
YUV162.99112.77145.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.04%
GREEN value IS 156 (61.33% from 255) = 32.57%
BLUE value IS 136 (53.52% from 255) = 28.39%
R=39.04%
G=32.57%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715613600.170.270.2723.5327.2763.33
HexBB9C880111B1B181b3f
Octal2732342100213333303377
Binary10111011100111001000100001000111011110111100011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9C88; }

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

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

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

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

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

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

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

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