Shades of Husk #B0924B
Tints of Husk #B0924B
RGB
CMYK
RGB Variations
Color information
#B0924B (or 0xB0924B) is known color: Husk. HEX triplet: B0, 92 and 4B. RGB value is (176,146,75). Sum of RGB (Red+Green+Blue) = 176+146+75=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 75 (29.69% from 255 or 18.89% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B0924B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0924B is #4F6DB4. Grayscale: #939393. Windows color (decimal): -5205429 or 4952752. OLE color: 4952752.
HSL color Cylindrical-coordinate representation of color #B0924B: hue angle of 42.18º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B0924B is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 146 | 75 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.31 |
| HSL | 42.18º | 0.4% | 0.49% | - |
| HSV(B) | 42.18º | 0.57% | 0.69% | - |
| XYZ | 29.45 | 30.3 | 10.95 | - |
| YUV | 146.88 | 87.44 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 146 | 75 | 0 | 0.17 | 0.57 | 0.31 | 42.18 | 0.4 | 0.49 |
| Hex | B0 | 92 | 4B | 0 | 11 | 39 | 1F | 2A | 28 | 31 |
| Octal | 260 | 222 | 113 | 0 | 21 | 71 | 37 | 52 | 50 | 61 |
| Binary | 10110000 | 10010010 | 1001011 | 0 | 10001 | 111001 | 11111 | 101010 | 101000 | 110001 |
Color Harmonies of #B0924B
Complementary color
Monochromatic Colors of #B0924B
Black with #B0924B
Text Example
Text Example
White with #B0924B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0924B; }
p { color: rgb(176,146,75); }
H1.HeaderClassName
{
color: #B0924B;
}
.AnyTagClassName
{
color: #B0924B;
}
</style>
background-color css
<style>
a { background-color: #B0924B; }
a { background-color: rgb(176,146,75); }
div.DivClassName
{
background-color: #B0924B;
}
.BgClassName
{
background-color: #B0924B;
}
</style>
border-color css
<style>
span { border-color: #B0924B; }
span { border-color: rgb(176,146,75); }
td.TdClassName
{
border-color: #B0924B;
}
.TagClassName
{
border-color: #B0924B;
}
</style>