Shades of Husk #B09746
Tints of Husk #B09746
RGB
CMYK
RGB Variations
Color information
#B09746 (or 0xB09746) is known color: Husk. HEX triplet: B0, 97 and 46. RGB value is (176,151,70). Sum of RGB (Red+Green+Blue) = 176+151+70=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 151 (59.38% from 255 or 38.04% from 397); Blue value is 70 (27.73% from 255 or 17.63% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B09746 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09746 is #4F68B9. Grayscale: #959595. Windows color (decimal): -5204154 or 4626352. OLE color: 4626352.
HSL color Cylindrical-coordinate representation of color #B09746: hue angle of 45.85º 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 #B09746 is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 151 | 70 | - |
| CMYK | 0 | 0.14 | 0.60 | 0.31 |
| HSL | 45.85º | 0.43% | 0.48% | - |
| HSV(B) | 45.85º | 0.6% | 0.69% | - |
| XYZ | 30.08 | 31.81 | 10.35 | - |
| YUV | 149.24 | 83.28 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 151 | 70 | 0 | 0.14 | 0.60 | 0.31 | 45.85 | 0.43 | 0.48 |
| Hex | B0 | 97 | 46 | 0 | E | 3C | 1F | 2E | 2B | 30 |
| Octal | 260 | 227 | 106 | 0 | 16 | 74 | 37 | 56 | 53 | 60 |
| Binary | 10110000 | 10010111 | 1000110 | 0 | 1110 | 111100 | 11111 | 101110 | 101011 | 110000 |
Color Harmonies of #B09746
Complementary color
Monochromatic Colors of #B09746
Black with #B09746
Text Example
Text Example
White with #B09746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09746; }
p { color: rgb(176,151,70); }
H1.HeaderClassName
{
color: #B09746;
}
.AnyTagClassName
{
color: #B09746;
}
</style>
background-color css
<style>
a { background-color: #B09746; }
a { background-color: rgb(176,151,70); }
div.DivClassName
{
background-color: #B09746;
}
.BgClassName
{
background-color: #B09746;
}
</style>
border-color css
<style>
span { border-color: #B09746; }
span { border-color: rgb(176,151,70); }
td.TdClassName
{
border-color: #B09746;
}
.TagClassName
{
border-color: #B09746;
}
</style>