Shades of Husk #BB9E4C
Tints of Husk #BB9E4C
RGB
CMYK
RGB Variations
Color information
#BB9E4C (or 0xBB9E4C) is known color: Husk. HEX triplet: BB, 9E and 4C. RGB value is (187,158,76). Sum of RGB (Red+Green+Blue) = 187+158+76=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 158 (62.11% from 255 or 37.53% from 421); Blue value is 76 (30.08% from 255 or 18.05% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9E4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9E4C is #4461B3. Grayscale: #9D9D9D. Windows color (decimal): -4481460 or 5021371. OLE color: 5021371.
HSL color Cylindrical-coordinate representation of color #BB9E4C: hue angle of 44.32º 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 #BB9E4C is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 158 | 76 | - |
| CMYK | 0 | 0.16 | 0.59 | 0.27 |
| HSL | 44.32º | 0.45% | 0.52% | - |
| HSV(B) | 44.32º | 0.59% | 0.73% | - |
| XYZ | 34.02 | 35.54 | 11.9 | - |
| YUV | 157.32 | 82.11 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 158 | 76 | 0 | 0.16 | 0.59 | 0.27 | 44.32 | 0.45 | 0.52 |
| Hex | BB | 9E | 4C | 0 | 10 | 3B | 1B | 2C | 2D | 34 |
| Octal | 273 | 236 | 114 | 0 | 20 | 73 | 33 | 54 | 55 | 64 |
| Binary | 10111011 | 10011110 | 1001100 | 0 | 10000 | 111011 | 11011 | 101100 | 101101 | 110100 |
Color Harmonies of #BB9E4C
Complementary color
Monochromatic Colors of #BB9E4C
Black with #BB9E4C
Text Example
Text Example
White with #BB9E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9E4C; }
p { color: rgb(187,158,76); }
H1.HeaderClassName
{
color: #BB9E4C;
}
.AnyTagClassName
{
color: #BB9E4C;
}
</style>
background-color css
<style>
a { background-color: #BB9E4C; }
a { background-color: rgb(187,158,76); }
div.DivClassName
{
background-color: #BB9E4C;
}
.BgClassName
{
background-color: #BB9E4C;
}
</style>
border-color css
<style>
span { border-color: #BB9E4C; }
span { border-color: rgb(187,158,76); }
td.TdClassName
{
border-color: #BB9E4C;
}
.TagClassName
{
border-color: #BB9E4C;
}
</style>