Shades of Husk #B09C4D
Tints of Husk #B09C4D
RGB
CMYK
RGB Variations
Color information
#B09C4D (or 0xB09C4D) is known color: Husk. HEX triplet: B0, 9C and 4D. RGB value is (176,156,77). Sum of RGB (Red+Green+Blue) = 176+156+77=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 77 (30.47% from 255 or 18.83% from 409); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09C4D is #4F63B2. Grayscale: #999999. Windows color (decimal): -5202867 or 5086384. OLE color: 5086384.
HSL color Cylindrical-coordinate representation of color #B09C4D: hue angle of 47.88º 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 #B09C4D is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 156 | 77 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.31 |
| HSL | 47.88º | 0.39% | 0.5% | - |
| HSV(B) | 47.88º | 0.56% | 0.69% | - |
| XYZ | 31.13 | 33.54 | 11.85 | - |
| YUV | 152.97 | 85.13 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 156 | 77 | 0 | 0.11 | 0.56 | 0.31 | 47.88 | 0.39 | 0.5 |
| Hex | B0 | 9C | 4D | 0 | B | 38 | 1F | 30 | 27 | 32 |
| Octal | 260 | 234 | 115 | 0 | 13 | 70 | 37 | 60 | 47 | 62 |
| Binary | 10110000 | 10011100 | 1001101 | 0 | 1011 | 111000 | 11111 | 110000 | 100111 | 110010 |
Color Harmonies of #B09C4D
Complementary color
Monochromatic Colors of #B09C4D
Black with #B09C4D
Text Example
Text Example
White with #B09C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09C4D; }
p { color: rgb(176,156,77); }
H1.HeaderClassName
{
color: #B09C4D;
}
.AnyTagClassName
{
color: #B09C4D;
}
</style>
background-color css
<style>
a { background-color: #B09C4D; }
a { background-color: rgb(176,156,77); }
div.DivClassName
{
background-color: #B09C4D;
}
.BgClassName
{
background-color: #B09C4D;
}
</style>
border-color css
<style>
span { border-color: #B09C4D; }
span { border-color: rgb(176,156,77); }
td.TdClassName
{
border-color: #B09C4D;
}
.TagClassName
{
border-color: #B09C4D;
}
</style>