Shades of Husk #BBA04B
Tints of Husk #BBA04B
RGB
CMYK
RGB Variations
Color information
#BBA04B (or 0xBBA04B) is known color: Husk. HEX triplet: BB, A0 and 4B. RGB value is (187,160,75). Sum of RGB (Red+Green+Blue) = 187+160+75=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 160 (62.89% from 255 or 37.91% from 422); Blue value is 75 (29.69% from 255 or 17.77% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA04B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA04B is #445FB4. Grayscale: #9E9E9E. Windows color (decimal): -4480949 or 4956347. OLE color: 4956347.
HSL color Cylindrical-coordinate representation of color #BBA04B: hue angle of 45.54º 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 #BBA04B is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 160 | 75 | - |
| CMYK | 0 | 0.14 | 0.60 | 0.27 |
| HSL | 45.54º | 0.45% | 0.51% | - |
| HSV(B) | 45.54º | 0.6% | 0.73% | - |
| XYZ | 34.33 | 36.21 | 11.84 | - |
| YUV | 158.38 | 80.95 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 160 | 75 | 0 | 0.14 | 0.60 | 0.27 | 45.54 | 0.45 | 0.51 |
| Hex | BB | A0 | 4B | 0 | E | 3C | 1B | 2E | 2D | 33 |
| Octal | 273 | 240 | 113 | 0 | 16 | 74 | 33 | 56 | 55 | 63 |
| Binary | 10111011 | 10100000 | 1001011 | 0 | 1110 | 111100 | 11011 | 101110 | 101101 | 110011 |
Color Harmonies of #BBA04B
Complementary color
Monochromatic Colors of #BBA04B
Black with #BBA04B
Text Example
Text Example
White with #BBA04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA04B; }
p { color: rgb(187,160,75); }
H1.HeaderClassName
{
color: #BBA04B;
}
.AnyTagClassName
{
color: #BBA04B;
}
</style>
background-color css
<style>
a { background-color: #BBA04B; }
a { background-color: rgb(187,160,75); }
div.DivClassName
{
background-color: #BBA04B;
}
.BgClassName
{
background-color: #BBA04B;
}
</style>
border-color css
<style>
span { border-color: #BBA04B; }
span { border-color: rgb(187,160,75); }
td.TdClassName
{
border-color: #BBA04B;
}
.TagClassName
{
border-color: #BBA04B;
}
</style>