Shades of Husk #B89E4B
Tints of Husk #B89E4B
RGB
CMYK
RGB Variations
Color information
#B89E4B (or 0xB89E4B) is known color: Husk. HEX triplet: B8, 9E and 4B. RGB value is (184,158,75). Sum of RGB (Red+Green+Blue) = 184+158+75=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 158 (62.11% from 255 or 37.89% from 417); Blue value is 75 (29.69% from 255 or 17.99% from 417); Max value from RGB is 184 - color contains mainly: red. Hex color #B89E4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89E4B is #4761B4. Grayscale: #9C9C9C. Windows color (decimal): -4678069 or 4955832. OLE color: 4955832.
HSL color Cylindrical-coordinate representation of color #B89E4B: hue angle of 45.69º 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 #B89E4B is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 158 | 75 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.28 |
| HSL | 45.69º | 0.43% | 0.51% | - |
| HSV(B) | 45.69º | 0.59% | 0.72% | - |
| XYZ | 33.26 | 35.15 | 11.69 | - |
| YUV | 156.31 | 82.11 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 158 | 75 | 0 | 0.14 | 0.59 | 0.28 | 45.69 | 0.43 | 0.51 |
| Hex | B8 | 9E | 4B | 0 | E | 3B | 1C | 2E | 2B | 33 |
| Octal | 270 | 236 | 113 | 0 | 16 | 73 | 34 | 56 | 53 | 63 |
| Binary | 10111000 | 10011110 | 1001011 | 0 | 1110 | 111011 | 11100 | 101110 | 101011 | 110011 |
Color Harmonies of #B89E4B
Complementary color
Monochromatic Colors of #B89E4B
Black with #B89E4B
Text Example
Text Example
White with #B89E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89E4B; }
p { color: rgb(184,158,75); }
H1.HeaderClassName
{
color: #B89E4B;
}
.AnyTagClassName
{
color: #B89E4B;
}
</style>
background-color css
<style>
a { background-color: #B89E4B; }
a { background-color: rgb(184,158,75); }
div.DivClassName
{
background-color: #B89E4B;
}
.BgClassName
{
background-color: #B89E4B;
}
</style>
border-color css
<style>
span { border-color: #B89E4B; }
span { border-color: rgb(184,158,75); }
td.TdClassName
{
border-color: #B89E4B;
}
.TagClassName
{
border-color: #B89E4B;
}
</style>