Shades of Husk #B09647
Tints of Husk #B09647
RGB
CMYK
RGB Variations
Color information
#B09647 (or 0xB09647) is known color: Husk. HEX triplet: B0, 96 and 47. RGB value is (176,150,71). Sum of RGB (Red+Green+Blue) = 176+150+71=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 71 (28.12% from 255 or 17.88% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B09647 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09647 is #4F69B8. Grayscale: #959595. Windows color (decimal): -5204409 or 4691632. OLE color: 4691632.
HSL color Cylindrical-coordinate representation of color #B09647: hue angle of 45.14º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B09647 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 150 | 71 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.31 |
| HSL | 45.14º | 0.43% | 0.48% | - |
| HSV(B) | 45.14º | 0.6% | 0.69% | - |
| XYZ | 29.95 | 31.5 | 10.46 | - |
| YUV | 148.77 | 84.11 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 150 | 71 | 0 | 0.15 | 0.60 | 0.31 | 45.14 | 0.43 | 0.48 |
| Hex | B0 | 96 | 47 | 0 | F | 3C | 1F | 2D | 2B | 30 |
| Octal | 260 | 226 | 107 | 0 | 17 | 74 | 37 | 55 | 53 | 60 |
| Binary | 10110000 | 10010110 | 1000111 | 0 | 1111 | 111100 | 11111 | 101101 | 101011 | 110000 |
Color Harmonies of #B09647
Complementary color
Monochromatic Colors of #B09647
Black with #B09647
Text Example
Text Example
White with #B09647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09647; }
p { color: rgb(176,150,71); }
H1.HeaderClassName
{
color: #B09647;
}
.AnyTagClassName
{
color: #B09647;
}
</style>
background-color css
<style>
a { background-color: #B09647; }
a { background-color: rgb(176,150,71); }
div.DivClassName
{
background-color: #B09647;
}
.BgClassName
{
background-color: #B09647;
}
</style>
border-color css
<style>
span { border-color: #B09647; }
span { border-color: rgb(176,150,71); }
td.TdClassName
{
border-color: #B09647;
}
.TagClassName
{
border-color: #B09647;
}
</style>