Shades of Husk #B2984E
Tints of Husk #B2984E
RGB
CMYK
RGB Variations
Color information
#B2984E (or 0xB2984E) is known color: Husk. HEX triplet: B2, 98 and 4E. RGB value is (178,152,78). Sum of RGB (Red+Green+Blue) = 178+152+78=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 152 (59.77% from 255 or 37.25% from 408); Blue value is 78 (30.86% from 255 or 19.12% from 408); Max value from RGB is 178 - color contains mainly: red. Hex color #B2984E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2984E is #4D67B1. Grayscale: #979797. Windows color (decimal): -5072818 or 5150898. OLE color: 5150898.
HSL color Cylindrical-coordinate representation of color #B2984E: hue angle of 44.4º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B2984E is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 152 | 78 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.30 |
| HSL | 44.4º | 0.39% | 0.5% | - |
| HSV(B) | 44.4º | 0.56% | 0.7% | - |
| XYZ | 30.96 | 32.47 | 11.84 | - |
| YUV | 151.34 | 86.61 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 152 | 78 | 0 | 0.15 | 0.56 | 0.30 | 44.4 | 0.39 | 0.5 |
| Hex | B2 | 98 | 4E | 0 | F | 38 | 1E | 2C | 27 | 32 |
| Octal | 262 | 230 | 116 | 0 | 17 | 70 | 36 | 54 | 47 | 62 |
| Binary | 10110010 | 10011000 | 1001110 | 0 | 1111 | 111000 | 11110 | 101100 | 100111 | 110010 |
Color Harmonies of #B2984E
Complementary color
Monochromatic Colors of #B2984E
Black with #B2984E
Text Example
Text Example
White with #B2984E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2984E; }
p { color: rgb(178,152,78); }
H1.HeaderClassName
{
color: #B2984E;
}
.AnyTagClassName
{
color: #B2984E;
}
</style>
background-color css
<style>
a { background-color: #B2984E; }
a { background-color: rgb(178,152,78); }
div.DivClassName
{
background-color: #B2984E;
}
.BgClassName
{
background-color: #B2984E;
}
</style>
border-color css
<style>
span { border-color: #B2984E; }
span { border-color: rgb(178,152,78); }
td.TdClassName
{
border-color: #B2984E;
}
.TagClassName
{
border-color: #B2984E;
}
</style>