Shades of Husk #BBA052
Tints of Husk #BBA052
RGB
CMYK
RGB Variations
Color information
#BBA052 (or 0xBBA052) is known color: Husk. HEX triplet: BB, A0 and 52. RGB value is (187,160,82). Sum of RGB (Red+Green+Blue) = 187+160+82=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 82 (32.42% from 255 or 19.11% from 429); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA052 is #445FAD. Grayscale: #9F9F9F. Windows color (decimal): -4480942 or 5415099. OLE color: 5415099.
HSL color Cylindrical-coordinate representation of color #BBA052: hue angle of 44.57º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BBA052 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 160 | 82 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.27 |
| HSL | 44.57º | 0.44% | 0.53% | - |
| HSV(B) | 44.57º | 0.56% | 0.73% | - |
| XYZ | 34.59 | 36.32 | 13.17 | - |
| YUV | 159.18 | 84.45 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 160 | 82 | 0 | 0.14 | 0.56 | 0.27 | 44.57 | 0.44 | 0.53 |
| Hex | BB | A0 | 52 | 0 | E | 38 | 1B | 2D | 2C | 35 |
| Octal | 273 | 240 | 122 | 0 | 16 | 70 | 33 | 55 | 54 | 65 |
| Binary | 10111011 | 10100000 | 1010010 | 0 | 1110 | 111000 | 11011 | 101101 | 101100 | 110101 |
Color Harmonies of #BBA052
Complementary color
Monochromatic Colors of #BBA052
Black with #BBA052
Text Example
Text Example
White with #BBA052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA052; }
p { color: rgb(187,160,82); }
H1.HeaderClassName
{
color: #BBA052;
}
.AnyTagClassName
{
color: #BBA052;
}
</style>
background-color css
<style>
a { background-color: #BBA052; }
a { background-color: rgb(187,160,82); }
div.DivClassName
{
background-color: #BBA052;
}
.BgClassName
{
background-color: #BBA052;
}
</style>
border-color css
<style>
span { border-color: #BBA052; }
span { border-color: rgb(187,160,82); }
td.TdClassName
{
border-color: #BBA052;
}
.TagClassName
{
border-color: #BBA052;
}
</style>