Shades of Husk #B0994D
Tints of Husk #B0994D
RGB
CMYK
RGB Variations
Color information
#B0994D (or 0xB0994D) is known color: Husk. HEX triplet: B0, 99 and 4D. RGB value is (176,153,77). Sum of RGB (Red+Green+Blue) = 176+153+77=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 77 (30.47% from 255 or 18.97% from 406); Max value from RGB is 176 - color contains mainly: red. Hex color #B0994D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0994D is #4F66B2. Grayscale: #979797. Windows color (decimal): -5203635 or 5085616. OLE color: 5085616.
HSL color Cylindrical-coordinate representation of color #B0994D: hue angle of 46.06º 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 #B0994D is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 153 | 77 | - |
| CMYK | 0 | 0.13 | 0.56 | 0.31 |
| HSL | 46.06º | 0.39% | 0.5% | - |
| HSV(B) | 46.06º | 0.56% | 0.69% | - |
| XYZ | 30.64 | 32.55 | 11.69 | - |
| YUV | 151.21 | 86.12 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 77 | 0 | 0.13 | 0.56 | 0.31 | 46.06 | 0.39 | 0.5 |
| Hex | B0 | 99 | 4D | 0 | D | 38 | 1F | 2E | 27 | 32 |
| Octal | 260 | 231 | 115 | 0 | 15 | 70 | 37 | 56 | 47 | 62 |
| Binary | 10110000 | 10011001 | 1001101 | 0 | 1101 | 111000 | 11111 | 101110 | 100111 | 110010 |
Color Harmonies of #B0994D
Complementary color
Monochromatic Colors of #B0994D
Black with #B0994D
Text Example
Text Example
White with #B0994D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0994D; }
p { color: rgb(176,153,77); }
H1.HeaderClassName
{
color: #B0994D;
}
.AnyTagClassName
{
color: #B0994D;
}
</style>
background-color css
<style>
a { background-color: #B0994D; }
a { background-color: rgb(176,153,77); }
div.DivClassName
{
background-color: #B0994D;
}
.BgClassName
{
background-color: #B0994D;
}
</style>
border-color css
<style>
span { border-color: #B0994D; }
span { border-color: rgb(176,153,77); }
td.TdClassName
{
border-color: #B0994D;
}
.TagClassName
{
border-color: #B0994D;
}
</style>