Shades of Husk #B89953
Tints of Husk #B89953
RGB
CMYK
RGB Variations
Color information
#B89953 (or 0xB89953) is known color: Husk. HEX triplet: B8, 99 and 53. RGB value is (184,153,83). Sum of RGB (Red+Green+Blue) = 184+153+83=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 83 (32.81% from 255 or 19.76% from 420); Max value from RGB is 184 - color contains mainly: red. Hex color #B89953 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89953 is #4766AC. Grayscale: #9A9A9A. Windows color (decimal): -4679341 or 5478840. OLE color: 5478840.
HSL color Cylindrical-coordinate representation of color #B89953: hue angle of 41.58º 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 #B89953 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 153 | 83 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.28 |
| HSL | 41.58º | 0.42% | 0.52% | - |
| HSV(B) | 41.58º | 0.55% | 0.72% | - |
| XYZ | 32.72 | 33.6 | 12.94 | - |
| YUV | 154.29 | 87.77 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 153 | 83 | 0 | 0.17 | 0.55 | 0.28 | 41.58 | 0.42 | 0.52 |
| Hex | B8 | 99 | 53 | 0 | 11 | 37 | 1C | 2A | 2A | 34 |
| Octal | 270 | 231 | 123 | 0 | 21 | 67 | 34 | 52 | 52 | 64 |
| Binary | 10111000 | 10011001 | 1010011 | 0 | 10001 | 110111 | 11100 | 101010 | 101010 | 110100 |
Color Harmonies of #B89953
Complementary color
Monochromatic Colors of #B89953
Black with #B89953
Text Example
Text Example
White with #B89953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89953; }
p { color: rgb(184,153,83); }
H1.HeaderClassName
{
color: #B89953;
}
.AnyTagClassName
{
color: #B89953;
}
</style>
background-color css
<style>
a { background-color: #B89953; }
a { background-color: rgb(184,153,83); }
div.DivClassName
{
background-color: #B89953;
}
.BgClassName
{
background-color: #B89953;
}
</style>
border-color css
<style>
span { border-color: #B89953; }
span { border-color: rgb(184,153,83); }
td.TdClassName
{
border-color: #B89953;
}
.TagClassName
{
border-color: #B89953;
}
</style>