Shades of Husk #B09853
Tints of Husk #B09853
RGB
CMYK
RGB Variations
Color information
#B09853 (or 0xB09853) is known color: Husk. HEX triplet: B0, 98 and 53. RGB value is (176,152,83). Sum of RGB (Red+Green+Blue) = 176+152+83=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 83 (32.81% from 255 or 20.19% from 411); Max value from RGB is 176 - color contains mainly: red. Hex color #B09853 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09853 is #4F67AC. Grayscale: #979797. Windows color (decimal): -5203885 or 5478576. OLE color: 5478576.
HSL color Cylindrical-coordinate representation of color #B09853: hue angle of 44.52º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B09853 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 152 | 83 | - |
| CMYK | 0 | 0.14 | 0.53 | 0.31 |
| HSL | 44.52º | 0.37% | 0.51% | - |
| HSV(B) | 44.52º | 0.53% | 0.69% | - |
| XYZ | 30.69 | 32.31 | 12.8 | - |
| YUV | 151.31 | 89.45 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 152 | 83 | 0 | 0.14 | 0.53 | 0.31 | 44.52 | 0.37 | 0.51 |
| Hex | B0 | 98 | 53 | 0 | E | 35 | 1F | 2D | 25 | 33 |
| Octal | 260 | 230 | 123 | 0 | 16 | 65 | 37 | 55 | 45 | 63 |
| Binary | 10110000 | 10011000 | 1010011 | 0 | 1110 | 110101 | 11111 | 101101 | 100101 | 110011 |
Color Harmonies of #B09853
Complementary color
Monochromatic Colors of #B09853
Black with #B09853
Text Example
Text Example
White with #B09853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09853; }
p { color: rgb(176,152,83); }
H1.HeaderClassName
{
color: #B09853;
}
.AnyTagClassName
{
color: #B09853;
}
</style>
background-color css
<style>
a { background-color: #B09853; }
a { background-color: rgb(176,152,83); }
div.DivClassName
{
background-color: #B09853;
}
.BgClassName
{
background-color: #B09853;
}
</style>
border-color css
<style>
span { border-color: #B09853; }
span { border-color: rgb(176,152,83); }
td.TdClassName
{
border-color: #B09853;
}
.TagClassName
{
border-color: #B09853;
}
</style>