Shades of Husk #B89850
Tints of Husk #B89850
RGB
CMYK
RGB Variations
Color information
#B89850 (or 0xB89850) is known color: Husk. HEX triplet: B8, 98 and 50. RGB value is (184,152,80). Sum of RGB (Red+Green+Blue) = 184+152+80=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 152 (59.77% from 255 or 36.54% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 184 - color contains mainly: red. Hex color #B89850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89850 is #4767AF. Grayscale: #999999. Windows color (decimal): -4679600 or 5281976. OLE color: 5281976.
HSL color Cylindrical-coordinate representation of color #B89850: hue angle of 41.54º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B89850 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 152 | 80 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.28 |
| HSL | 41.54º | 0.42% | 0.52% | - |
| HSV(B) | 41.54º | 0.57% | 0.72% | - |
| XYZ | 32.44 | 33.23 | 12.29 | - |
| YUV | 153.36 | 86.6 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 152 | 80 | 0 | 0.17 | 0.57 | 0.28 | 41.54 | 0.42 | 0.52 |
| Hex | B8 | 98 | 50 | 0 | 11 | 39 | 1C | 2A | 2A | 34 |
| Octal | 270 | 230 | 120 | 0 | 21 | 71 | 34 | 52 | 52 | 64 |
| Binary | 10111000 | 10011000 | 1010000 | 0 | 10001 | 111001 | 11100 | 101010 | 101010 | 110100 |
Color Harmonies of #B89850
Complementary color
Monochromatic Colors of #B89850
Black with #B89850
Text Example
Text Example
White with #B89850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89850; }
p { color: rgb(184,152,80); }
H1.HeaderClassName
{
color: #B89850;
}
.AnyTagClassName
{
color: #B89850;
}
</style>
background-color css
<style>
a { background-color: #B89850; }
a { background-color: rgb(184,152,80); }
div.DivClassName
{
background-color: #B89850;
}
.BgClassName
{
background-color: #B89850;
}
</style>
border-color css
<style>
span { border-color: #B89850; }
span { border-color: rgb(184,152,80); }
td.TdClassName
{
border-color: #B89850;
}
.TagClassName
{
border-color: #B89850;
}
</style>