Shades of Husk #BBA14E
Tints of Husk #BBA14E
RGB
CMYK
RGB Variations
Color information
#BBA14E (or 0xBBA14E) is known color: Husk. HEX triplet: BB, A1 and 4E. RGB value is (187,161,78). Sum of RGB (Red+Green+Blue) = 187+161+78=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 161 (63.28% from 255 or 37.79% from 426); Blue value is 78 (30.86% from 255 or 18.31% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA14E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA14E is #445EB1. Grayscale: #9F9F9F. Windows color (decimal): -4480690 or 5153211. OLE color: 5153211.
HSL color Cylindrical-coordinate representation of color #BBA14E: hue angle of 45.69º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BBA14E is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 161 | 78 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.27 |
| HSL | 45.69º | 0.44% | 0.52% | - |
| HSV(B) | 45.69º | 0.58% | 0.73% | - |
| XYZ | 34.61 | 36.6 | 12.45 | - |
| YUV | 159.31 | 82.11 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 161 | 78 | 0 | 0.14 | 0.58 | 0.27 | 45.69 | 0.44 | 0.52 |
| Hex | BB | A1 | 4E | 0 | E | 3A | 1B | 2E | 2C | 34 |
| Octal | 273 | 241 | 116 | 0 | 16 | 72 | 33 | 56 | 54 | 64 |
| Binary | 10111011 | 10100001 | 1001110 | 0 | 1110 | 111010 | 11011 | 101110 | 101100 | 110100 |
Color Harmonies of #BBA14E
Complementary color
Monochromatic Colors of #BBA14E
Black with #BBA14E
Text Example
Text Example
White with #BBA14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA14E; }
p { color: rgb(187,161,78); }
H1.HeaderClassName
{
color: #BBA14E;
}
.AnyTagClassName
{
color: #BBA14E;
}
</style>
background-color css
<style>
a { background-color: #BBA14E; }
a { background-color: rgb(187,161,78); }
div.DivClassName
{
background-color: #BBA14E;
}
.BgClassName
{
background-color: #BBA14E;
}
</style>
border-color css
<style>
span { border-color: #BBA14E; }
span { border-color: rgb(187,161,78); }
td.TdClassName
{
border-color: #BBA14E;
}
.TagClassName
{
border-color: #BBA14E;
}
</style>