#BB9076

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

Shades of Pale Taupe #BB9076

Tints of Pale Taupe #BB9076

Color information

#BB9076 (or 0xBB9076) is unknown color: approx Pale Taupe. HEX triplet: BB, 90 and 76. RGB value is (187,144,118). Sum of RGB (Red+Green+Blue) = 187+144+118=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 144 (56.64% from 255 or 32.07% from 449); Blue value is 118 (46.48% from 255 or 26.28% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9076 is #446F89. Grayscale: #9A9A9A. Windows color (decimal): -4485002 or 7770299. OLE color: 7770299.

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

Color convert

RGB187144118-
CMYK00.230.370.27
HSL22.61º33.66%59.8%-
HSV(B)22.61º36.9%73.33%-
XYZ33.7431.8221.5-
YUV153.89107.75151.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.65%
GREEN value IS 144 (56.64% from 255) = 32.07%
BLUE value IS 118 (46.48% from 255) = 26.28%
R=41.65%
G=32.07%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714411800.230.370.2722.6133.6659.8
HexBB9076017251B17223c
Octal2732201660274533274274
Binary101110111001000011101100101111001011101110111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9076; }

 p { color: rgb(187,144,118); }

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

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

 a { background-color: rgb(187,144,118); }

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

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

 span { border-color: rgb(187,144,118); }

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