Shades of Husk #BB994B
Tints of Husk #BB994B
RGB
CMYK
RGB Variations
Color information
#BB994B (or 0xBB994B) is known color: Husk. HEX triplet: BB, 99 and 4B. RGB value is (187,153,75). Sum of RGB (Red+Green+Blue) = 187+153+75=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 75 (29.69% from 255 or 18.07% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB994B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB994B is #4466B4. Grayscale: #9A9A9A. Windows color (decimal): -4482741 or 4954555. OLE color: 4954555.
HSL color Cylindrical-coordinate representation of color #BB994B: hue angle of 41.79º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB994B is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 153 | 75 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.27 |
| HSL | 41.79º | 0.45% | 0.51% | - |
| HSV(B) | 41.79º | 0.6% | 0.73% | - |
| XYZ | 33.15 | 33.86 | 11.44 | - |
| YUV | 154.27 | 83.26 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 153 | 75 | 0 | 0.18 | 0.60 | 0.27 | 41.79 | 0.45 | 0.51 |
| Hex | BB | 99 | 4B | 0 | 12 | 3C | 1B | 2A | 2D | 33 |
| Octal | 273 | 231 | 113 | 0 | 22 | 74 | 33 | 52 | 55 | 63 |
| Binary | 10111011 | 10011001 | 1001011 | 0 | 10010 | 111100 | 11011 | 101010 | 101101 | 110011 |
Color Harmonies of #BB994B
Complementary color
Monochromatic Colors of #BB994B
Black with #BB994B
Text Example
Text Example
White with #BB994B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB994B; }
p { color: rgb(187,153,75); }
H1.HeaderClassName
{
color: #BB994B;
}
.AnyTagClassName
{
color: #BB994B;
}
</style>
background-color css
<style>
a { background-color: #BB994B; }
a { background-color: rgb(187,153,75); }
div.DivClassName
{
background-color: #BB994B;
}
.BgClassName
{
background-color: #BB994B;
}
</style>
border-color css
<style>
span { border-color: #BB994B; }
span { border-color: rgb(187,153,75); }
td.TdClassName
{
border-color: #BB994B;
}
.TagClassName
{
border-color: #BB994B;
}
</style>