Shades of Husk #B8984C
Tints of Husk #B8984C
RGB
CMYK
RGB Variations
Color information
#B8984C (or 0xB8984C) is known color: Husk. HEX triplet: B8, 98 and 4C. RGB value is (184,152,76). Sum of RGB (Red+Green+Blue) = 184+152+76=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 76 (30.08% from 255 or 18.45% from 412); Max value from RGB is 184 - color contains mainly: red. Hex color #B8984C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8984C is #4767B3. Grayscale: #999999. Windows color (decimal): -4679604 or 5019832. OLE color: 5019832.
HSL color Cylindrical-coordinate representation of color #B8984C: hue angle of 42.22º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B8984C is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 152 | 76 | - |
| CMYK | 0 | 0.17 | 0.59 | 0.28 |
| HSL | 42.22º | 0.43% | 0.51% | - |
| HSV(B) | 42.22º | 0.59% | 0.72% | - |
| XYZ | 32.3 | 33.17 | 11.54 | - |
| YUV | 152.9 | 84.6 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 152 | 76 | 0 | 0.17 | 0.59 | 0.28 | 42.22 | 0.43 | 0.51 |
| Hex | B8 | 98 | 4C | 0 | 11 | 3B | 1C | 2A | 2B | 33 |
| Octal | 270 | 230 | 114 | 0 | 21 | 73 | 34 | 52 | 53 | 63 |
| Binary | 10111000 | 10011000 | 1001100 | 0 | 10001 | 111011 | 11100 | 101010 | 101011 | 110011 |
Color Harmonies of #B8984C
Complementary color
Monochromatic Colors of #B8984C
Black with #B8984C
Text Example
Text Example
White with #B8984C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8984C; }
p { color: rgb(184,152,76); }
H1.HeaderClassName
{
color: #B8984C;
}
.AnyTagClassName
{
color: #B8984C;
}
</style>
background-color css
<style>
a { background-color: #B8984C; }
a { background-color: rgb(184,152,76); }
div.DivClassName
{
background-color: #B8984C;
}
.BgClassName
{
background-color: #B8984C;
}
</style>
border-color css
<style>
span { border-color: #B8984C; }
span { border-color: rgb(184,152,76); }
td.TdClassName
{
border-color: #B8984C;
}
.TagClassName
{
border-color: #B8984C;
}
</style>