Shades of Husk #BB9E4D
Tints of Husk #BB9E4D
RGB
CMYK
RGB Variations
Color information
#BB9E4D (or 0xBB9E4D) is known color: Husk. HEX triplet: BB, 9E and 4D. RGB value is (187,158,77). Sum of RGB (Red+Green+Blue) = 187+158+77=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 158 (62.11% from 255 or 37.44% from 422); Blue value is 77 (30.47% from 255 or 18.25% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9E4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9E4D is #4461B2. Grayscale: #9D9D9D. Windows color (decimal): -4481459 or 5086907. OLE color: 5086907.
HSL color Cylindrical-coordinate representation of color #BB9E4D: hue angle of 44.18º 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 #BB9E4D is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 158 | 77 | - |
| CMYK | 0 | 0.16 | 0.59 | 0.27 |
| HSL | 44.18º | 0.45% | 0.52% | - |
| HSV(B) | 44.18º | 0.59% | 0.73% | - |
| XYZ | 34.06 | 35.55 | 12.09 | - |
| YUV | 157.44 | 82.61 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 158 | 77 | 0 | 0.16 | 0.59 | 0.27 | 44.18 | 0.45 | 0.52 |
| Hex | BB | 9E | 4D | 0 | 10 | 3B | 1B | 2C | 2D | 34 |
| Octal | 273 | 236 | 115 | 0 | 20 | 73 | 33 | 54 | 55 | 64 |
| Binary | 10111011 | 10011110 | 1001101 | 0 | 10000 | 111011 | 11011 | 101100 | 101101 | 110100 |
Color Harmonies of #BB9E4D
Complementary color
Monochromatic Colors of #BB9E4D
Black with #BB9E4D
Text Example
Text Example
White with #BB9E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9E4D; }
p { color: rgb(187,158,77); }
H1.HeaderClassName
{
color: #BB9E4D;
}
.AnyTagClassName
{
color: #BB9E4D;
}
</style>
background-color css
<style>
a { background-color: #BB9E4D; }
a { background-color: rgb(187,158,77); }
div.DivClassName
{
background-color: #BB9E4D;
}
.BgClassName
{
background-color: #BB9E4D;
}
</style>
border-color css
<style>
span { border-color: #BB9E4D; }
span { border-color: rgb(187,158,77); }
td.TdClassName
{
border-color: #BB9E4D;
}
.TagClassName
{
border-color: #BB9E4D;
}
</style>