Shades of Husk #B1A14F
Tints of Husk #B1A14F
RGB
CMYK
RGB Variations
Color information
#B1A14F (or 0xB1A14F) is known color: Husk. HEX triplet: B1, A1 and 4F. RGB value is (177,161,79). Sum of RGB (Red+Green+Blue) = 177+161+79=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 161 (63.28% from 255 or 38.61% from 417); Blue value is 79 (31.25% from 255 or 18.94% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A14F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A14F is #4E5EB0. Grayscale: #9C9C9C. Windows color (decimal): -5136049 or 5218737. OLE color: 5218737.
HSL color Cylindrical-coordinate representation of color #B1A14F: hue angle of 50.2º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B1A14F is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 161 | 79 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.31 |
| HSL | 50.2º | 0.39% | 0.5% | - |
| HSV(B) | 50.2º | 0.55% | 0.69% | - |
| XYZ | 32.29 | 35.4 | 12.53 | - |
| YUV | 156.44 | 84.3 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 161 | 79 | 0 | 0.09 | 0.55 | 0.31 | 50.2 | 0.39 | 0.5 |
| Hex | B1 | A1 | 4F | 0 | 9 | 37 | 1F | 32 | 27 | 32 |
| Octal | 261 | 241 | 117 | 0 | 11 | 67 | 37 | 62 | 47 | 62 |
| Binary | 10110001 | 10100001 | 1001111 | 0 | 1001 | 110111 | 11111 | 110010 | 100111 | 110010 |
Color Harmonies of #B1A14F
Complementary color
Monochromatic Colors of #B1A14F
Black with #B1A14F
Text Example
Text Example
White with #B1A14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A14F; }
p { color: rgb(177,161,79); }
H1.HeaderClassName
{
color: #B1A14F;
}
.AnyTagClassName
{
color: #B1A14F;
}
</style>
background-color css
<style>
a { background-color: #B1A14F; }
a { background-color: rgb(177,161,79); }
div.DivClassName
{
background-color: #B1A14F;
}
.BgClassName
{
background-color: #B1A14F;
}
</style>
border-color css
<style>
span { border-color: #B1A14F; }
span { border-color: rgb(177,161,79); }
td.TdClassName
{
border-color: #B1A14F;
}
.TagClassName
{
border-color: #B1A14F;
}
</style>