Shades of Husk #B89952
Tints of Husk #B89952
RGB
CMYK
RGB Variations
Color information
#B89952 (or 0xB89952) is known color: Husk. HEX triplet: B8, 99 and 52. RGB value is (184,153,82). Sum of RGB (Red+Green+Blue) = 184+153+82=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 82 (32.42% from 255 or 19.57% from 419); Max value from RGB is 184 - color contains mainly: red. Hex color #B89952 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89952 is #4766AD. Grayscale: #9A9A9A. Windows color (decimal): -4679342 or 5413304. OLE color: 5413304.
HSL color Cylindrical-coordinate representation of color #B89952: hue angle of 41.76º 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 #B89952 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 153 | 82 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.28 |
| HSL | 41.76º | 0.42% | 0.52% | - |
| HSV(B) | 41.76º | 0.55% | 0.72% | - |
| XYZ | 32.68 | 33.58 | 12.74 | - |
| YUV | 154.18 | 87.27 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 153 | 82 | 0 | 0.17 | 0.55 | 0.28 | 41.76 | 0.42 | 0.52 |
| Hex | B8 | 99 | 52 | 0 | 11 | 37 | 1C | 2A | 2A | 34 |
| Octal | 270 | 231 | 122 | 0 | 21 | 67 | 34 | 52 | 52 | 64 |
| Binary | 10111000 | 10011001 | 1010010 | 0 | 10001 | 110111 | 11100 | 101010 | 101010 | 110100 |
Color Harmonies of #B89952
Complementary color
Monochromatic Colors of #B89952
Black with #B89952
Text Example
Text Example
White with #B89952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89952; }
p { color: rgb(184,153,82); }
H1.HeaderClassName
{
color: #B89952;
}
.AnyTagClassName
{
color: #B89952;
}
</style>
background-color css
<style>
a { background-color: #B89952; }
a { background-color: rgb(184,153,82); }
div.DivClassName
{
background-color: #B89952;
}
.BgClassName
{
background-color: #B89952;
}
</style>
border-color css
<style>
span { border-color: #B89952; }
span { border-color: rgb(184,153,82); }
td.TdClassName
{
border-color: #B89952;
}
.TagClassName
{
border-color: #B89952;
}
</style>