Shades of Husk #B09E5D
Tints of Husk #B09E5D
RGB
CMYK
RGB Variations
Color information
#B09E5D (or 0xB09E5D) is known color: Husk. HEX triplet: B0, 9E and 5D. RGB value is (176,158,93). Sum of RGB (Red+Green+Blue) = 176+158+93=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 158 (62.11% from 255 or 37.00% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 176 - color contains mainly: red. Hex color #B09E5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09E5D is #4F61A2. Grayscale: #9C9C9C. Windows color (decimal): -5202339 or 6135472. OLE color: 6135472.
HSL color Cylindrical-coordinate representation of color #B09E5D: hue angle of 46.99º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B09E5D is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 158 | 93 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.31 |
| HSL | 46.99º | 0.34% | 0.53% | - |
| HSV(B) | 46.99º | 0.47% | 0.69% | - |
| XYZ | 32.11 | 34.47 | 15.32 | - |
| YUV | 155.97 | 92.46 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 158 | 93 | 0 | 0.10 | 0.47 | 0.31 | 46.99 | 0.34 | 0.53 |
| Hex | B0 | 9E | 5D | 0 | A | 2F | 1F | 2F | 22 | 35 |
| Octal | 260 | 236 | 135 | 0 | 12 | 57 | 37 | 57 | 42 | 65 |
| Binary | 10110000 | 10011110 | 1011101 | 0 | 1010 | 101111 | 11111 | 101111 | 100010 | 110101 |
Color Harmonies of #B09E5D
Complementary color
Monochromatic Colors of #B09E5D
Black with #B09E5D
Text Example
Text Example
White with #B09E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09E5D; }
p { color: rgb(176,158,93); }
H1.HeaderClassName
{
color: #B09E5D;
}
.AnyTagClassName
{
color: #B09E5D;
}
</style>
background-color css
<style>
a { background-color: #B09E5D; }
a { background-color: rgb(176,158,93); }
div.DivClassName
{
background-color: #B09E5D;
}
.BgClassName
{
background-color: #B09E5D;
}
</style>
border-color css
<style>
span { border-color: #B09E5D; }
span { border-color: rgb(176,158,93); }
td.TdClassName
{
border-color: #B09E5D;
}
.TagClassName
{
border-color: #B09E5D;
}
</style>