#bb9e55

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

Shades of Husk #BB9E55

Tints of Husk #BB9E55

Color information

#BB9E55 (or 0xBB9E55) is unknown color: approx Husk. HEX triplet: BB, 9E and 55. RGB value is (187,158,85). Sum of RGB (Red+Green+Blue) = 187+158+85=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 158 (62.11% from 255 or 36.74% from 430); Blue value is 85 (33.59% from 255 or 19.77% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9E55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9E55 is #4461AA. Grayscale: #9E9E9E. Windows color (decimal): -4481451 or 5611195. OLE color: 5611195.

HSL color Cylindrical-coordinate representation of color #BB9E55: hue angle of 42.94º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB9E55 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB18715885-
CMYK00.160.550.27
HSL42.94º42.86%53.33%-
HSV(B)42.94º54.55%73.33%-
XYZ34.3635.6713.67-
YUV158.3586.61148.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.49%
GREEN value IS 158 (62.11% from 255) = 36.74%
BLUE value IS 85 (33.59% from 255) = 19.77%
R=43.49%
G=36.74%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871588500.160.550.2742.9442.8653.33
HexBB9E55010371B2b2b35
Octal2732361250206733535365
Binary1011101110011110101010101000011011111011101011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb9e55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb9e55; }

 p { color: rgb(187,158,85); }

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

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

 a { background-color: rgb(187,158,85); }

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

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

 span { border-color: rgb(187,158,85); }

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