Shades of Husk #B89A4D
Tints of Husk #B89A4D
RGB
CMYK
RGB Variations
Color information
#B89A4D (or 0xB89A4D) is known color: Husk. HEX triplet: B8, 9A and 4D. RGB value is (184,154,77). Sum of RGB (Red+Green+Blue) = 184+154+77=415 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.34% from 415); Green value is 154 (60.55% from 255 or 37.11% from 415); Blue value is 77 (30.47% from 255 or 18.55% from 415); Max value from RGB is 184 - color contains mainly: red. Hex color #B89A4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89A4D is #4765B2. Grayscale: #9A9A9A. Windows color (decimal): -4679091 or 5085880. OLE color: 5085880.
HSL color Cylindrical-coordinate representation of color #B89A4D: hue angle of 43.18º 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 #B89A4D is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 154 | 77 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.28 |
| HSL | 43.18º | 0.43% | 0.51% | - |
| HSV(B) | 43.18º | 0.58% | 0.72% | - |
| XYZ | 32.66 | 33.84 | 11.83 | - |
| YUV | 154.19 | 84.44 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 154 | 77 | 0 | 0.16 | 0.58 | 0.28 | 43.18 | 0.43 | 0.51 |
| Hex | B8 | 9A | 4D | 0 | 10 | 3A | 1C | 2B | 2B | 33 |
| Octal | 270 | 232 | 115 | 0 | 20 | 72 | 34 | 53 | 53 | 63 |
| Binary | 10111000 | 10011010 | 1001101 | 0 | 10000 | 111010 | 11100 | 101011 | 101011 | 110011 |
Color Harmonies of #B89A4D
Complementary color
Monochromatic Colors of #B89A4D
Black with #B89A4D
Text Example
Text Example
White with #B89A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89A4D; }
p { color: rgb(184,154,77); }
H1.HeaderClassName
{
color: #B89A4D;
}
.AnyTagClassName
{
color: #B89A4D;
}
</style>
background-color css
<style>
a { background-color: #B89A4D; }
a { background-color: rgb(184,154,77); }
div.DivClassName
{
background-color: #B89A4D;
}
.BgClassName
{
background-color: #B89A4D;
}
</style>
border-color css
<style>
span { border-color: #B89A4D; }
span { border-color: rgb(184,154,77); }
td.TdClassName
{
border-color: #B89A4D;
}
.TagClassName
{
border-color: #B89A4D;
}
</style>