Shades of Husk #BB9F4E
Tints of Husk #BB9F4E
RGB
CMYK
RGB Variations
Color information
#BB9F4E (or 0xBB9F4E) is known color: Husk. HEX triplet: BB, 9F and 4E. RGB value is (187,159,78). Sum of RGB (Red+Green+Blue) = 187+159+78=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 159 (62.5% from 255 or 37.5% from 424); Blue value is 78 (30.86% from 255 or 18.40% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9F4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9F4E is #4460B1. Grayscale: #9E9E9E. Windows color (decimal): -4481202 or 5152699. OLE color: 5152699.
HSL color Cylindrical-coordinate representation of color #BB9F4E: hue angle of 44.59º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB9F4E is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 159 | 78 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.27 |
| HSL | 44.59º | 0.44% | 0.52% | - |
| HSV(B) | 44.59º | 0.58% | 0.73% | - |
| XYZ | 34.27 | 35.91 | 12.33 | - |
| YUV | 158.14 | 82.78 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 159 | 78 | 0 | 0.15 | 0.58 | 0.27 | 44.59 | 0.44 | 0.52 |
| Hex | BB | 9F | 4E | 0 | F | 3A | 1B | 2D | 2C | 34 |
| Octal | 273 | 237 | 116 | 0 | 17 | 72 | 33 | 55 | 54 | 64 |
| Binary | 10111011 | 10011111 | 1001110 | 0 | 1111 | 111010 | 11011 | 101101 | 101100 | 110100 |
Color Harmonies of #BB9F4E
Complementary color
Monochromatic Colors of #BB9F4E
Black with #BB9F4E
Text Example
Text Example
White with #BB9F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9F4E; }
p { color: rgb(187,159,78); }
H1.HeaderClassName
{
color: #BB9F4E;
}
.AnyTagClassName
{
color: #BB9F4E;
}
</style>
background-color css
<style>
a { background-color: #BB9F4E; }
a { background-color: rgb(187,159,78); }
div.DivClassName
{
background-color: #BB9F4E;
}
.BgClassName
{
background-color: #BB9F4E;
}
</style>
border-color css
<style>
span { border-color: #BB9F4E; }
span { border-color: rgb(187,159,78); }
td.TdClassName
{
border-color: #BB9F4E;
}
.TagClassName
{
border-color: #BB9F4E;
}
</style>