Shades of Husk #BBA14C
Tints of Husk #BBA14C
RGB
CMYK
RGB Variations
Color information
#BBA14C (or 0xBBA14C) is known color: Husk. HEX triplet: BB, A1 and 4C. RGB value is (187,161,76). Sum of RGB (Red+Green+Blue) = 187+161+76=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 161 (63.28% from 255 or 37.97% from 424); Blue value is 76 (30.08% from 255 or 17.92% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA14C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA14C is #445EB3. Grayscale: #9F9F9F. Windows color (decimal): -4480692 or 5022139. OLE color: 5022139.
HSL color Cylindrical-coordinate representation of color #BBA14C: hue angle of 45.95º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BBA14C is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 161 | 76 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.27 |
| HSL | 45.95º | 0.45% | 0.52% | - |
| HSV(B) | 45.95º | 0.59% | 0.73% | - |
| XYZ | 34.54 | 36.58 | 12.08 | - |
| YUV | 159.08 | 81.11 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 161 | 76 | 0 | 0.14 | 0.59 | 0.27 | 45.95 | 0.45 | 0.52 |
| Hex | BB | A1 | 4C | 0 | E | 3B | 1B | 2E | 2D | 34 |
| Octal | 273 | 241 | 114 | 0 | 16 | 73 | 33 | 56 | 55 | 64 |
| Binary | 10111011 | 10100001 | 1001100 | 0 | 1110 | 111011 | 11011 | 101110 | 101101 | 110100 |
Color Harmonies of #BBA14C
Complementary color
Monochromatic Colors of #BBA14C
Black with #BBA14C
Text Example
Text Example
White with #BBA14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA14C; }
p { color: rgb(187,161,76); }
H1.HeaderClassName
{
color: #BBA14C;
}
.AnyTagClassName
{
color: #BBA14C;
}
</style>
background-color css
<style>
a { background-color: #BBA14C; }
a { background-color: rgb(187,161,76); }
div.DivClassName
{
background-color: #BBA14C;
}
.BgClassName
{
background-color: #BBA14C;
}
</style>
border-color css
<style>
span { border-color: #BBA14C; }
span { border-color: rgb(187,161,76); }
td.TdClassName
{
border-color: #BBA14C;
}
.TagClassName
{
border-color: #BBA14C;
}
</style>