Shades of Husk #B2994B
Tints of Husk #B2994B
RGB
CMYK
RGB Variations
Color information
#B2994B (or 0xB2994B) is known color: Husk. HEX triplet: B2, 99 and 4B. RGB value is (178,153,75). Sum of RGB (Red+Green+Blue) = 178+153+75=406 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.84% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 75 (29.69% from 255 or 18.47% from 406); Max value from RGB is 178 - color contains mainly: red. Hex color #B2994B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2994B is #4D66B4. Grayscale: #979797. Windows color (decimal): -5072565 or 4954546. OLE color: 4954546.
HSL color Cylindrical-coordinate representation of color #B2994B: hue angle of 45.44º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2994B is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 153 | 75 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.30 |
| HSL | 45.44º | 0.41% | 0.5% | - |
| HSV(B) | 45.44º | 0.58% | 0.7% | - |
| XYZ | 31.02 | 32.76 | 11.34 | - |
| YUV | 151.58 | 84.78 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 153 | 75 | 0 | 0.14 | 0.58 | 0.30 | 45.44 | 0.41 | 0.5 |
| Hex | B2 | 99 | 4B | 0 | E | 3A | 1E | 2D | 29 | 32 |
| Octal | 262 | 231 | 113 | 0 | 16 | 72 | 36 | 55 | 51 | 62 |
| Binary | 10110010 | 10011001 | 1001011 | 0 | 1110 | 111010 | 11110 | 101101 | 101001 | 110010 |
Color Harmonies of #B2994B
Complementary color
Monochromatic Colors of #B2994B
Black with #B2994B
Text Example
Text Example
White with #B2994B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2994B; }
p { color: rgb(178,153,75); }
H1.HeaderClassName
{
color: #B2994B;
}
.AnyTagClassName
{
color: #B2994B;
}
</style>
background-color css
<style>
a { background-color: #B2994B; }
a { background-color: rgb(178,153,75); }
div.DivClassName
{
background-color: #B2994B;
}
.BgClassName
{
background-color: #B2994B;
}
</style>
border-color css
<style>
span { border-color: #B2994B; }
span { border-color: rgb(178,153,75); }
td.TdClassName
{
border-color: #B2994B;
}
.TagClassName
{
border-color: #B2994B;
}
</style>