Shades of Husk #B89D54
Tints of Husk #B89D54
RGB
CMYK
RGB Variations
Color information
#B89D54 (or 0xB89D54) is known color: Husk. HEX triplet: B8, 9D and 54. RGB value is (184,157,84). Sum of RGB (Red+Green+Blue) = 184+157+84=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 157 (61.72% from 255 or 36.94% from 425); Blue value is 84 (33.20% from 255 or 19.76% from 425); Max value from RGB is 184 - color contains mainly: red. Hex color #B89D54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89D54 is #4762AB. Grayscale: #9D9D9D. Windows color (decimal): -4678316 or 5545400. OLE color: 5545400.
HSL color Cylindrical-coordinate representation of color #B89D54: hue angle of 43.8º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B89D54 is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 157 | 84 | - |
| CMYK | 0 | 0.15 | 0.54 | 0.28 |
| HSL | 43.8º | 0.41% | 0.53% | - |
| HSV(B) | 43.8º | 0.54% | 0.72% | - |
| XYZ | 33.42 | 34.94 | 13.37 | - |
| YUV | 156.75 | 86.95 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 157 | 84 | 0 | 0.15 | 0.54 | 0.28 | 43.8 | 0.41 | 0.53 |
| Hex | B8 | 9D | 54 | 0 | F | 36 | 1C | 2C | 29 | 35 |
| Octal | 270 | 235 | 124 | 0 | 17 | 66 | 34 | 54 | 51 | 65 |
| Binary | 10111000 | 10011101 | 1010100 | 0 | 1111 | 110110 | 11100 | 101100 | 101001 | 110101 |
Color Harmonies of #B89D54
Complementary color
Monochromatic Colors of #B89D54
Black with #B89D54
Text Example
Text Example
White with #B89D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89D54; }
p { color: rgb(184,157,84); }
H1.HeaderClassName
{
color: #B89D54;
}
.AnyTagClassName
{
color: #B89D54;
}
</style>
background-color css
<style>
a { background-color: #B89D54; }
a { background-color: rgb(184,157,84); }
div.DivClassName
{
background-color: #B89D54;
}
.BgClassName
{
background-color: #B89D54;
}
</style>
border-color css
<style>
span { border-color: #B89D54; }
span { border-color: rgb(184,157,84); }
td.TdClassName
{
border-color: #B89D54;
}
.TagClassName
{
border-color: #B89D54;
}
</style>