Shades of Husk #B8994E
Tints of Husk #B8994E
RGB
CMYK
RGB Variations
Color information
#B8994E (or 0xB8994E) is known color: Husk. HEX triplet: B8, 99 and 4E. RGB value is (184,153,78). Sum of RGB (Red+Green+Blue) = 184+153+78=415 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.34% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 78 (30.86% from 255 or 18.80% from 415); Max value from RGB is 184 - color contains mainly: red. Hex color #B8994E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8994E is #4766B1. Grayscale: #9A9A9A. Windows color (decimal): -4679346 or 5151160. OLE color: 5151160.
HSL color Cylindrical-coordinate representation of color #B8994E: hue angle of 42.45º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B8994E is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 153 | 78 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.28 |
| HSL | 42.45º | 0.43% | 0.51% | - |
| HSV(B) | 42.45º | 0.58% | 0.72% | - |
| XYZ | 32.53 | 33.52 | 11.96 | - |
| YUV | 153.72 | 85.27 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 153 | 78 | 0 | 0.17 | 0.58 | 0.28 | 42.45 | 0.43 | 0.51 |
| Hex | B8 | 99 | 4E | 0 | 11 | 3A | 1C | 2A | 2B | 33 |
| Octal | 270 | 231 | 116 | 0 | 21 | 72 | 34 | 52 | 53 | 63 |
| Binary | 10111000 | 10011001 | 1001110 | 0 | 10001 | 111010 | 11100 | 101010 | 101011 | 110011 |
Color Harmonies of #B8994E
Complementary color
Monochromatic Colors of #B8994E
Black with #B8994E
Text Example
Text Example
White with #B8994E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8994E; }
p { color: rgb(184,153,78); }
H1.HeaderClassName
{
color: #B8994E;
}
.AnyTagClassName
{
color: #B8994E;
}
</style>
background-color css
<style>
a { background-color: #B8994E; }
a { background-color: rgb(184,153,78); }
div.DivClassName
{
background-color: #B8994E;
}
.BgClassName
{
background-color: #B8994E;
}
</style>
border-color css
<style>
span { border-color: #B8994E; }
span { border-color: rgb(184,153,78); }
td.TdClassName
{
border-color: #B8994E;
}
.TagClassName
{
border-color: #B8994E;
}
</style>