#BB9884

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

Shades of Pale Taupe #BB9884

Tints of Pale Taupe #BB9884

Color information

#BB9884 (or 0xBB9884) is unknown color: approx Pale Taupe. HEX triplet: BB, 98 and 84. RGB value is (187,152,132). Sum of RGB (Red+Green+Blue) = 187+152+132=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 152 (59.77% from 255 or 32.27% from 471); Blue value is 132 (51.95% from 255 or 28.03% from 471); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9884 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9884 is #44677B. Grayscale: #A0A0A0. Windows color (decimal): -4482940 or 8689851. OLE color: 8689851.

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

Color convert

RGB187152132-
CMYK00.190.290.27
HSL21.82º28.8%62.55%-
HSV(B)21.82º29.41%73.33%-
XYZ35.8934.6926.63-
YUV160.18112.1147.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.70%
GREEN value IS 152 (59.77% from 255) = 32.27%
BLUE value IS 132 (51.95% from 255) = 28.03%
R=39.70%
G=32.27%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715213200.190.290.2721.8228.862.55
HexBB98840131D1B161d3f
Octal2732302040233533263577
Binary10111011100110001000010001001111101110111011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9884; }

 p { color: rgb(187,152,132); }

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

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

 a { background-color: rgb(187,152,132); }

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

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

 span { border-color: rgb(187,152,132); }

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