Shades of Husk #B0924D
Tints of Husk #B0924D
RGB
CMYK
RGB Variations
Color information
#B0924D (or 0xB0924D) is known color: Husk. HEX triplet: B0, 92 and 4D. RGB value is (176,146,77). Sum of RGB (Red+Green+Blue) = 176+146+77=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 77 (30.47% from 255 or 19.30% from 399); Max value from RGB is 176 - color contains mainly: red. Hex color #B0924D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0924D is #4F6DB2. Grayscale: #939393. Windows color (decimal): -5205427 or 5083824. OLE color: 5083824.
HSL color Cylindrical-coordinate representation of color #B0924D: hue angle of 41.82º 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 #B0924D is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 146 | 77 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.31 |
| HSL | 41.82º | 0.39% | 0.5% | - |
| HSV(B) | 41.82º | 0.56% | 0.69% | - |
| XYZ | 29.52 | 30.32 | 11.32 | - |
| YUV | 147.1 | 88.44 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 146 | 77 | 0 | 0.17 | 0.56 | 0.31 | 41.82 | 0.39 | 0.5 |
| Hex | B0 | 92 | 4D | 0 | 11 | 38 | 1F | 2A | 27 | 32 |
| Octal | 260 | 222 | 115 | 0 | 21 | 70 | 37 | 52 | 47 | 62 |
| Binary | 10110000 | 10010010 | 1001101 | 0 | 10001 | 111000 | 11111 | 101010 | 100111 | 110010 |
Color Harmonies of #B0924D
Complementary color
Monochromatic Colors of #B0924D
Black with #B0924D
Text Example
Text Example
White with #B0924D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0924D; }
p { color: rgb(176,146,77); }
H1.HeaderClassName
{
color: #B0924D;
}
.AnyTagClassName
{
color: #B0924D;
}
</style>
background-color css
<style>
a { background-color: #B0924D; }
a { background-color: rgb(176,146,77); }
div.DivClassName
{
background-color: #B0924D;
}
.BgClassName
{
background-color: #B0924D;
}
</style>
border-color css
<style>
span { border-color: #B0924D; }
span { border-color: rgb(176,146,77); }
td.TdClassName
{
border-color: #B0924D;
}
.TagClassName
{
border-color: #B0924D;
}
</style>