#BB9B78

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

Shades of Pale Taupe #BB9B78

Tints of Pale Taupe #BB9B78

Color information

#BB9B78 (or 0xBB9B78) is unknown color: approx Pale Taupe. HEX triplet: BB, 9B and 78. RGB value is (187,155,120). Sum of RGB (Red+Green+Blue) = 187+155+120=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 155 (60.94% from 255 or 33.55% from 462); Blue value is 120 (47.27% from 255 or 25.97% from 462); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9B78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9B78 is #446487. Grayscale: #A0A0A0. Windows color (decimal): -4482184 or 7904187. OLE color: 7904187.

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

Color convert

RGB187155120-
CMYK00.170.360.27
HSL31.34º33%60.2%-
HSV(B)31.34º35.83%73.33%-
XYZ35.6135.3622.72-
YUV160.58105.1146.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.48%
GREEN value IS 155 (60.94% from 255) = 33.55%
BLUE value IS 120 (47.27% from 255) = 25.97%
R=40.48%
G=33.55%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715512000.170.360.2731.343360.2
HexBB9B78011241B1f213c
Octal2732331700214433374174
Binary101110111001101111110000100011001001101111111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9B78; }

 p { color: rgb(187,155,120); }

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

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

 a { background-color: rgb(187,155,120); }

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

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

 span { border-color: rgb(187,155,120); }

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