Shades of Husk #B1A14E
Tints of Husk #B1A14E
RGB
CMYK
RGB Variations
Color information
#B1A14E (or 0xB1A14E) is known color: Husk. HEX triplet: B1, A1 and 4E. RGB value is (177,161,78). Sum of RGB (Red+Green+Blue) = 177+161+78=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 78 (30.86% from 255 or 18.75% from 416); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A14E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A14E is #4E5EB1. Grayscale: #9C9C9C. Windows color (decimal): -5136050 or 5153201. OLE color: 5153201.
HSL color Cylindrical-coordinate representation of color #B1A14E: hue angle of 50.3º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B1A14E is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 161 | 78 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.31 |
| HSL | 50.3º | 0.39% | 0.5% | - |
| HSV(B) | 50.3º | 0.56% | 0.69% | - |
| XYZ | 32.25 | 35.39 | 12.34 | - |
| YUV | 156.32 | 83.8 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 161 | 78 | 0 | 0.09 | 0.56 | 0.31 | 50.3 | 0.39 | 0.5 |
| Hex | B1 | A1 | 4E | 0 | 9 | 38 | 1F | 32 | 27 | 32 |
| Octal | 261 | 241 | 116 | 0 | 11 | 70 | 37 | 62 | 47 | 62 |
| Binary | 10110001 | 10100001 | 1001110 | 0 | 1001 | 111000 | 11111 | 110010 | 100111 | 110010 |
Color Harmonies of #B1A14E
Complementary color
Monochromatic Colors of #B1A14E
Black with #B1A14E
Text Example
Text Example
White with #B1A14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A14E; }
p { color: rgb(177,161,78); }
H1.HeaderClassName
{
color: #B1A14E;
}
.AnyTagClassName
{
color: #B1A14E;
}
</style>
background-color css
<style>
a { background-color: #B1A14E; }
a { background-color: rgb(177,161,78); }
div.DivClassName
{
background-color: #B1A14E;
}
.BgClassName
{
background-color: #B1A14E;
}
</style>
border-color css
<style>
span { border-color: #B1A14E; }
span { border-color: rgb(177,161,78); }
td.TdClassName
{
border-color: #B1A14E;
}
.TagClassName
{
border-color: #B1A14E;
}
</style>