Shades of Husk #B09A4D
Tints of Husk #B09A4D
RGB
CMYK
RGB Variations
Color information
#B09A4D (or 0xB09A4D) is known color: Husk. HEX triplet: B0, 9A and 4D. RGB value is (176,154,77). Sum of RGB (Red+Green+Blue) = 176+154+77=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 154 (60.55% from 255 or 37.84% from 407); Blue value is 77 (30.47% from 255 or 18.92% from 407); Max value from RGB is 176 - color contains mainly: red. Hex color #B09A4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09A4D is #4F65B2. Grayscale: #989898. Windows color (decimal): -5203379 or 5085872. OLE color: 5085872.
HSL color Cylindrical-coordinate representation of color #B09A4D: hue angle of 46.67º 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 #B09A4D is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 154 | 77 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.31 |
| HSL | 46.67º | 0.39% | 0.5% | - |
| HSV(B) | 46.67º | 0.56% | 0.69% | - |
| XYZ | 30.8 | 32.88 | 11.74 | - |
| YUV | 151.8 | 85.79 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 154 | 77 | 0 | 0.12 | 0.56 | 0.31 | 46.67 | 0.39 | 0.5 |
| Hex | B0 | 9A | 4D | 0 | C | 38 | 1F | 2F | 27 | 32 |
| Octal | 260 | 232 | 115 | 0 | 14 | 70 | 37 | 57 | 47 | 62 |
| Binary | 10110000 | 10011010 | 1001101 | 0 | 1100 | 111000 | 11111 | 101111 | 100111 | 110010 |
Color Harmonies of #B09A4D
Complementary color
Monochromatic Colors of #B09A4D
Black with #B09A4D
Text Example
Text Example
White with #B09A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09A4D; }
p { color: rgb(176,154,77); }
H1.HeaderClassName
{
color: #B09A4D;
}
.AnyTagClassName
{
color: #B09A4D;
}
</style>
background-color css
<style>
a { background-color: #B09A4D; }
a { background-color: rgb(176,154,77); }
div.DivClassName
{
background-color: #B09A4D;
}
.BgClassName
{
background-color: #B09A4D;
}
</style>
border-color css
<style>
span { border-color: #B09A4D; }
span { border-color: rgb(176,154,77); }
td.TdClassName
{
border-color: #B09A4D;
}
.TagClassName
{
border-color: #B09A4D;
}
</style>