#BB9C4C

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

Shades of Husk #BB9C4C

Tints of Husk #BB9C4C

Color information

#BB9C4C (or 0xBB9C4C) is unknown color: approx Husk. HEX triplet: BB, 9C and 4C. RGB value is (187,156,76). Sum of RGB (Red+Green+Blue) = 187+156+76=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 76 (30.08% from 255 or 18.14% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9C4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9C4C is #4463B3. Grayscale: #9C9C9C. Windows color (decimal): -4481972 or 5020859. OLE color: 5020859.

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

Color convert

RGB18715676-
CMYK00.170.590.27
HSL43.24º44.94%51.57%-
HSV(B)43.24º59.36%73.33%-
XYZ33.6934.8611.79-
YUV156.1582.77150-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.63%
GREEN value IS 156 (61.33% from 255) = 37.23%
BLUE value IS 76 (30.08% from 255) = 18.14%
R=44.63%
G=37.23%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871567600.170.590.2743.2444.9451.57
HexBB9C4C0113B1B2b2d34
Octal2732341140217333535564
Binary1011101110011100100110001000111101111011101011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9C4C; }

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

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

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

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

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

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

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

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