Shades of Husk #B09E5C
Tints of Husk #B09E5C
RGB
CMYK
RGB Variations
Color information
#B09E5C (or 0xB09E5C) is known color: Husk. HEX triplet: B0, 9E and 5C. RGB value is (176,158,92). Sum of RGB (Red+Green+Blue) = 176+158+92=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 158 (62.11% from 255 or 37.09% from 426); Blue value is 92 (36.33% from 255 or 21.60% from 426); Max value from RGB is 176 - color contains mainly: red. Hex color #B09E5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09E5C is #4F61A3. Grayscale: #9C9C9C. Windows color (decimal): -5202340 or 6069936. OLE color: 6069936.
HSL color Cylindrical-coordinate representation of color #B09E5C: hue angle of 47.14º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B09E5C is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 158 | 92 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.31 |
| HSL | 47.14º | 0.35% | 0.53% | - |
| HSV(B) | 47.14º | 0.48% | 0.69% | - |
| XYZ | 32.06 | 34.46 | 15.09 | - |
| YUV | 155.86 | 91.96 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 158 | 92 | 0 | 0.10 | 0.48 | 0.31 | 47.14 | 0.35 | 0.53 |
| Hex | B0 | 9E | 5C | 0 | A | 30 | 1F | 2F | 23 | 35 |
| Octal | 260 | 236 | 134 | 0 | 12 | 60 | 37 | 57 | 43 | 65 |
| Binary | 10110000 | 10011110 | 1011100 | 0 | 1010 | 110000 | 11111 | 101111 | 100011 | 110101 |
Color Harmonies of #B09E5C
Complementary color
Monochromatic Colors of #B09E5C
Black with #B09E5C
Text Example
Text Example
White with #B09E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09E5C; }
p { color: rgb(176,158,92); }
H1.HeaderClassName
{
color: #B09E5C;
}
.AnyTagClassName
{
color: #B09E5C;
}
</style>
background-color css
<style>
a { background-color: #B09E5C; }
a { background-color: rgb(176,158,92); }
div.DivClassName
{
background-color: #B09E5C;
}
.BgClassName
{
background-color: #B09E5C;
}
</style>
border-color css
<style>
span { border-color: #B09E5C; }
span { border-color: rgb(176,158,92); }
td.TdClassName
{
border-color: #B09E5C;
}
.TagClassName
{
border-color: #B09E5C;
}
</style>