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