Shades of Husk #B0904D
Tints of Husk #B0904D
RGB
CMYK
RGB Variations
Color information
#B0904D (or 0xB0904D) is known color: Husk. HEX triplet: B0, 90 and 4D. RGB value is (176,144,77). Sum of RGB (Red+Green+Blue) = 176+144+77=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B0904D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0904D is #4F6FB2. Grayscale: #929292. Windows color (decimal): -5205939 or 5083312. OLE color: 5083312.
HSL color Cylindrical-coordinate representation of color #B0904D: hue angle of 40.61º 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 #B0904D is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 144 | 77 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.31 |
| HSL | 40.61º | 0.39% | 0.5% | - |
| HSV(B) | 40.61º | 0.56% | 0.69% | - |
| XYZ | 29.22 | 29.71 | 11.22 | - |
| YUV | 145.93 | 89.1 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 144 | 77 | 0 | 0.18 | 0.56 | 0.31 | 40.61 | 0.39 | 0.5 |
| Hex | B0 | 90 | 4D | 0 | 12 | 38 | 1F | 29 | 27 | 32 |
| Octal | 260 | 220 | 115 | 0 | 22 | 70 | 37 | 51 | 47 | 62 |
| Binary | 10110000 | 10010000 | 1001101 | 0 | 10010 | 111000 | 11111 | 101001 | 100111 | 110010 |
Color Harmonies of #B0904D
Complementary color
Monochromatic Colors of #B0904D
Black with #B0904D
Text Example
Text Example
White with #B0904D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0904D; }
p { color: rgb(176,144,77); }
H1.HeaderClassName
{
color: #B0904D;
}
.AnyTagClassName
{
color: #B0904D;
}
</style>
background-color css
<style>
a { background-color: #B0904D; }
a { background-color: rgb(176,144,77); }
div.DivClassName
{
background-color: #B0904D;
}
.BgClassName
{
background-color: #B0904D;
}
</style>
border-color css
<style>
span { border-color: #B0904D; }
span { border-color: rgb(176,144,77); }
td.TdClassName
{
border-color: #B0904D;
}
.TagClassName
{
border-color: #B0904D;
}
</style>