Shades of Husk #B89F4D
Tints of Husk #B89F4D
RGB
CMYK
RGB Variations
Color information
#B89F4D (or 0xB89F4D) is known color: Husk. HEX triplet: B8, 9F and 4D. RGB value is (184,159,77). Sum of RGB (Red+Green+Blue) = 184+159+77=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 77 (30.47% from 255 or 18.33% from 420); Max value from RGB is 184 - color contains mainly: red. Hex color #B89F4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89F4D is #4760B2. Grayscale: #9D9D9D. Windows color (decimal): -4677811 or 5087160. OLE color: 5087160.
HSL color Cylindrical-coordinate representation of color #B89F4D: hue angle of 45.98º 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 #B89F4D is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 159 | 77 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.28 |
| HSL | 45.98º | 0.43% | 0.51% | - |
| HSV(B) | 45.98º | 0.58% | 0.72% | - |
| XYZ | 33.5 | 35.52 | 12.11 | - |
| YUV | 157.13 | 82.78 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 159 | 77 | 0 | 0.14 | 0.58 | 0.28 | 45.98 | 0.43 | 0.51 |
| Hex | B8 | 9F | 4D | 0 | E | 3A | 1C | 2E | 2B | 33 |
| Octal | 270 | 237 | 115 | 0 | 16 | 72 | 34 | 56 | 53 | 63 |
| Binary | 10111000 | 10011111 | 1001101 | 0 | 1110 | 111010 | 11100 | 101110 | 101011 | 110011 |
Color Harmonies of #B89F4D
Complementary color
Monochromatic Colors of #B89F4D
Black with #B89F4D
Text Example
Text Example
White with #B89F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89F4D; }
p { color: rgb(184,159,77); }
H1.HeaderClassName
{
color: #B89F4D;
}
.AnyTagClassName
{
color: #B89F4D;
}
</style>
background-color css
<style>
a { background-color: #B89F4D; }
a { background-color: rgb(184,159,77); }
div.DivClassName
{
background-color: #B89F4D;
}
.BgClassName
{
background-color: #B89F4D;
}
</style>
border-color css
<style>
span { border-color: #B89F4D; }
span { border-color: rgb(184,159,77); }
td.TdClassName
{
border-color: #B89F4D;
}
.TagClassName
{
border-color: #B89F4D;
}
</style>