Shades of Husk #BBA053
Tints of Husk #BBA053
RGB
CMYK
RGB Variations
Color information
#BBA053 (or 0xBBA053) is known color: Husk. HEX triplet: BB, A0 and 53. RGB value is (187,160,83). Sum of RGB (Red+Green+Blue) = 187+160+83=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 83 (32.81% from 255 or 19.30% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA053 is #445FAC. Grayscale: #9F9F9F. Windows color (decimal): -4480941 or 5480635. OLE color: 5480635.
HSL color Cylindrical-coordinate representation of color #BBA053: hue angle of 44.42º degrees, saturation: 0.43, 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 #BBA053 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 160 | 83 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.27 |
| HSL | 44.42º | 0.43% | 0.53% | - |
| HSV(B) | 44.42º | 0.56% | 0.73% | - |
| XYZ | 34.63 | 36.33 | 13.37 | - |
| YUV | 159.3 | 84.95 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 160 | 83 | 0 | 0.14 | 0.56 | 0.27 | 44.42 | 0.43 | 0.53 |
| Hex | BB | A0 | 53 | 0 | E | 38 | 1B | 2C | 2B | 35 |
| Octal | 273 | 240 | 123 | 0 | 16 | 70 | 33 | 54 | 53 | 65 |
| Binary | 10111011 | 10100000 | 1010011 | 0 | 1110 | 111000 | 11011 | 101100 | 101011 | 110101 |
Color Harmonies of #BBA053
Complementary color
Monochromatic Colors of #BBA053
Black with #BBA053
Text Example
Text Example
White with #BBA053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA053; }
p { color: rgb(187,160,83); }
H1.HeaderClassName
{
color: #BBA053;
}
.AnyTagClassName
{
color: #BBA053;
}
</style>
background-color css
<style>
a { background-color: #BBA053; }
a { background-color: rgb(187,160,83); }
div.DivClassName
{
background-color: #BBA053;
}
.BgClassName
{
background-color: #BBA053;
}
</style>
border-color css
<style>
span { border-color: #BBA053; }
span { border-color: rgb(187,160,83); }
td.TdClassName
{
border-color: #BBA053;
}
.TagClassName
{
border-color: #BBA053;
}
</style>