Shades of Husk #B09352
Tints of Husk #B09352
RGB
CMYK
RGB Variations
Color information
#B09352 (or 0xB09352) is known color: Husk. HEX triplet: B0, 93 and 52. RGB value is (176,147,82). Sum of RGB (Red+Green+Blue) = 176+147+82=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 82 (32.42% from 255 or 20.25% from 405); Max value from RGB is 176 - color contains mainly: red. Hex color #B09352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09352 is #4F6CAD. Grayscale: #949494. Windows color (decimal): -5205166 or 5411760. OLE color: 5411760.
HSL color Cylindrical-coordinate representation of color #B09352: hue angle of 41.49º 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 #B09352 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 147 | 82 | - |
| CMYK | 0 | 0.16 | 0.53 | 0.31 |
| HSL | 41.49º | 0.37% | 0.51% | - |
| HSV(B) | 41.49º | 0.53% | 0.69% | - |
| XYZ | 29.86 | 30.71 | 12.34 | - |
| YUV | 148.26 | 90.61 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 147 | 82 | 0 | 0.16 | 0.53 | 0.31 | 41.49 | 0.37 | 0.51 |
| Hex | B0 | 93 | 52 | 0 | 10 | 35 | 1F | 29 | 25 | 33 |
| Octal | 260 | 223 | 122 | 0 | 20 | 65 | 37 | 51 | 45 | 63 |
| Binary | 10110000 | 10010011 | 1010010 | 0 | 10000 | 110101 | 11111 | 101001 | 100101 | 110011 |
Color Harmonies of #B09352
Complementary color
Monochromatic Colors of #B09352
Black with #B09352
Text Example
Text Example
White with #B09352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09352; }
p { color: rgb(176,147,82); }
H1.HeaderClassName
{
color: #B09352;
}
.AnyTagClassName
{
color: #B09352;
}
</style>
background-color css
<style>
a { background-color: #B09352; }
a { background-color: rgb(176,147,82); }
div.DivClassName
{
background-color: #B09352;
}
.BgClassName
{
background-color: #B09352;
}
</style>
border-color css
<style>
span { border-color: #B09352; }
span { border-color: rgb(176,147,82); }
td.TdClassName
{
border-color: #B09352;
}
.TagClassName
{
border-color: #B09352;
}
</style>