Shades of Husk #B89C53
Tints of Husk #B89C53
RGB
CMYK
RGB Variations
Color information
#B89C53 (or 0xB89C53) is known color: Husk. HEX triplet: B8, 9C and 53. RGB value is (184,156,83). Sum of RGB (Red+Green+Blue) = 184+156+83=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 83 (32.81% from 255 or 19.62% from 423); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89C53 is #4763AC. Grayscale: #9C9C9C. Windows color (decimal): -4678573 or 5479608. OLE color: 5479608.
HSL color Cylindrical-coordinate representation of color #B89C53: hue angle of 43.37º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B89C53 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 156 | 83 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.28 |
| HSL | 43.37º | 0.42% | 0.52% | - |
| HSV(B) | 43.37º | 0.55% | 0.72% | - |
| XYZ | 33.22 | 34.59 | 13.11 | - |
| YUV | 156.05 | 86.78 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 156 | 83 | 0 | 0.15 | 0.55 | 0.28 | 43.37 | 0.42 | 0.52 |
| Hex | B8 | 9C | 53 | 0 | F | 37 | 1C | 2B | 2A | 34 |
| Octal | 270 | 234 | 123 | 0 | 17 | 67 | 34 | 53 | 52 | 64 |
| Binary | 10111000 | 10011100 | 1010011 | 0 | 1111 | 110111 | 11100 | 101011 | 101010 | 110100 |
Color Harmonies of #B89C53
Complementary color
Monochromatic Colors of #B89C53
Black with #B89C53
Text Example
Text Example
White with #B89C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89C53; }
p { color: rgb(184,156,83); }
H1.HeaderClassName
{
color: #B89C53;
}
.AnyTagClassName
{
color: #B89C53;
}
</style>
background-color css
<style>
a { background-color: #B89C53; }
a { background-color: rgb(184,156,83); }
div.DivClassName
{
background-color: #B89C53;
}
.BgClassName
{
background-color: #B89C53;
}
</style>
border-color css
<style>
span { border-color: #B89C53; }
span { border-color: rgb(184,156,83); }
td.TdClassName
{
border-color: #B89C53;
}
.TagClassName
{
border-color: #B89C53;
}
</style>