Shades of Husk #BBA048
Tints of Husk #BBA048
RGB
CMYK
RGB Variations
Color information
#BBA048 (or 0xBBA048) is known color: Husk. HEX triplet: BB, A0 and 48. RGB value is (187,160,72). Sum of RGB (Red+Green+Blue) = 187+160+72=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 72 (28.52% from 255 or 17.18% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA048 is #445FB7. Grayscale: #9E9E9E. Windows color (decimal): -4480952 or 4759739. OLE color: 4759739.
HSL color Cylindrical-coordinate representation of color #BBA048: hue angle of 45.91º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BBA048 is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 160 | 72 | - |
| CMYK | 0 | 0.14 | 0.61 | 0.27 |
| HSL | 45.91º | 0.46% | 0.51% | - |
| HSV(B) | 45.91º | 0.61% | 0.73% | - |
| XYZ | 34.23 | 36.17 | 11.31 | - |
| YUV | 158.04 | 79.45 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 160 | 72 | 0 | 0.14 | 0.61 | 0.27 | 45.91 | 0.46 | 0.51 |
| Hex | BB | A0 | 48 | 0 | E | 3D | 1B | 2E | 2E | 33 |
| Octal | 273 | 240 | 110 | 0 | 16 | 75 | 33 | 56 | 56 | 63 |
| Binary | 10111011 | 10100000 | 1001000 | 0 | 1110 | 111101 | 11011 | 101110 | 101110 | 110011 |
Color Harmonies of #BBA048
Complementary color
Monochromatic Colors of #BBA048
Black with #BBA048
Text Example
Text Example
White with #BBA048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA048; }
p { color: rgb(187,160,72); }
H1.HeaderClassName
{
color: #BBA048;
}
.AnyTagClassName
{
color: #BBA048;
}
</style>
background-color css
<style>
a { background-color: #BBA048; }
a { background-color: rgb(187,160,72); }
div.DivClassName
{
background-color: #BBA048;
}
.BgClassName
{
background-color: #BBA048;
}
</style>
border-color css
<style>
span { border-color: #BBA048; }
span { border-color: rgb(187,160,72); }
td.TdClassName
{
border-color: #BBA048;
}
.TagClassName
{
border-color: #BBA048;
}
</style>