#BB9D84

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

Shades of Pale Taupe #BB9D84

Tints of Pale Taupe #BB9D84

Color information

#BB9D84 (or 0xBB9D84) is unknown color: approx Pale Taupe. HEX triplet: BB, 9D and 84. RGB value is (187,157,132). Sum of RGB (Red+Green+Blue) = 187+157+132=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 157 (61.72% from 255 or 32.98% from 476); Blue value is 132 (51.95% from 255 or 27.73% from 476); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9D84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9D84 is #44627B. Grayscale: #A3A3A3. Windows color (decimal): -4481660 or 8691131. OLE color: 8691131.

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

Color convert

RGB187157132-
CMYK00.160.290.27
HSL27.27º28.8%62.55%-
HSV(B)27.27º29.41%73.33%-
XYZ36.7236.3426.91-
YUV163.12110.44145.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.29%
GREEN value IS 157 (61.72% from 255) = 32.98%
BLUE value IS 132 (51.95% from 255) = 27.73%
R=39.29%
G=32.98%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715713200.160.290.2727.2728.862.55
HexBB9D840101D1B1b1d3f
Octal2732352040203533333577
Binary10111011100111011000010001000011101110111101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9D84; }

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

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

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

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

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

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

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

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