Shades of Husk #B1A04D
Tints of Husk #B1A04D
RGB
CMYK
RGB Variations
Color information
#B1A04D (or 0xB1A04D) is known color: Husk. HEX triplet: B1, A0 and 4D. RGB value is (177,160,77). Sum of RGB (Red+Green+Blue) = 177+160+77=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 160 (62.89% from 255 or 38.65% from 414); Blue value is 77 (30.47% from 255 or 18.60% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A04D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A04D is #4E5FB2. Grayscale: #9B9B9B. Windows color (decimal): -5136307 or 5087409. OLE color: 5087409.
HSL color Cylindrical-coordinate representation of color #B1A04D: hue angle of 49.8º 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 #B1A04D is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 160 | 77 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.31 |
| HSL | 49.8º | 0.39% | 0.5% | - |
| HSV(B) | 49.8º | 0.56% | 0.69% | - |
| XYZ | 32.04 | 35.02 | 12.09 | - |
| YUV | 155.62 | 83.63 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 160 | 77 | 0 | 0.10 | 0.56 | 0.31 | 49.8 | 0.39 | 0.5 |
| Hex | B1 | A0 | 4D | 0 | A | 38 | 1F | 32 | 27 | 32 |
| Octal | 261 | 240 | 115 | 0 | 12 | 70 | 37 | 62 | 47 | 62 |
| Binary | 10110001 | 10100000 | 1001101 | 0 | 1010 | 111000 | 11111 | 110010 | 100111 | 110010 |
Color Harmonies of #B1A04D
Complementary color
Monochromatic Colors of #B1A04D
Black with #B1A04D
Text Example
Text Example
White with #B1A04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A04D; }
p { color: rgb(177,160,77); }
H1.HeaderClassName
{
color: #B1A04D;
}
.AnyTagClassName
{
color: #B1A04D;
}
</style>
background-color css
<style>
a { background-color: #B1A04D; }
a { background-color: rgb(177,160,77); }
div.DivClassName
{
background-color: #B1A04D;
}
.BgClassName
{
background-color: #B1A04D;
}
</style>
border-color css
<style>
span { border-color: #B1A04D; }
span { border-color: rgb(177,160,77); }
td.TdClassName
{
border-color: #B1A04D;
}
.TagClassName
{
border-color: #B1A04D;
}
</style>