Shades of Husk #B09648
Tints of Husk #B09648
RGB
CMYK
RGB Variations
Color information
#B09648 (or 0xB09648) is known color: Husk. HEX triplet: B0, 96 and 48. RGB value is (176,150,72). Sum of RGB (Red+Green+Blue) = 176+150+72=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 150 (58.98% from 255 or 37.69% from 398); Blue value is 72 (28.52% from 255 or 18.09% from 398); Max value from RGB is 176 - color contains mainly: red. Hex color #B09648 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09648 is #4F69B7. Grayscale: #959595. Windows color (decimal): -5204408 or 4757168. OLE color: 4757168.
HSL color Cylindrical-coordinate representation of color #B09648: hue angle of 45º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B09648 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 150 | 72 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.31 |
| HSL | 45º | 0.42% | 0.49% | - |
| HSV(B) | 45º | 0.59% | 0.69% | - |
| XYZ | 29.98 | 31.51 | 10.63 | - |
| YUV | 148.88 | 84.61 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 150 | 72 | 0 | 0.15 | 0.59 | 0.31 | 45 | 0.42 | 0.49 |
| Hex | B0 | 96 | 48 | 0 | F | 3B | 1F | 2D | 2A | 31 |
| Octal | 260 | 226 | 110 | 0 | 17 | 73 | 37 | 55 | 52 | 61 |
| Binary | 10110000 | 10010110 | 1001000 | 0 | 1111 | 111011 | 11111 | 101101 | 101010 | 110001 |
Color Harmonies of #B09648
Complementary color
Monochromatic Colors of #B09648
Black with #B09648
Text Example
Text Example
White with #B09648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09648; }
p { color: rgb(176,150,72); }
H1.HeaderClassName
{
color: #B09648;
}
.AnyTagClassName
{
color: #B09648;
}
</style>
background-color css
<style>
a { background-color: #B09648; }
a { background-color: rgb(176,150,72); }
div.DivClassName
{
background-color: #B09648;
}
.BgClassName
{
background-color: #B09648;
}
</style>
border-color css
<style>
span { border-color: #B09648; }
span { border-color: rgb(176,150,72); }
td.TdClassName
{
border-color: #B09648;
}
.TagClassName
{
border-color: #B09648;
}
</style>