Shades of Husk #B09944
Tints of Husk #B09944
RGB
CMYK
RGB Variations
Color information
#B09944 (or 0xB09944) is known color: Husk. HEX triplet: B0, 99 and 44. RGB value is (176,153,68). Sum of RGB (Red+Green+Blue) = 176+153+68=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 68 (26.95% from 255 or 17.13% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B09944 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09944 is #4F66BB. Grayscale: #969696. Windows color (decimal): -5203644 or 4495792. OLE color: 4495792.
HSL color Cylindrical-coordinate representation of color #B09944: hue angle of 47.22º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B09944 is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 153 | 68 | - |
| CMYK | 0 | 0.13 | 0.61 | 0.31 |
| HSL | 47.22º | 0.44% | 0.48% | - |
| HSV(B) | 47.22º | 0.61% | 0.69% | - |
| XYZ | 30.34 | 32.43 | 10.13 | - |
| YUV | 150.19 | 81.62 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 68 | 0 | 0.13 | 0.61 | 0.31 | 47.22 | 0.44 | 0.48 |
| Hex | B0 | 99 | 44 | 0 | D | 3D | 1F | 2F | 2C | 30 |
| Octal | 260 | 231 | 104 | 0 | 15 | 75 | 37 | 57 | 54 | 60 |
| Binary | 10110000 | 10011001 | 1000100 | 0 | 1101 | 111101 | 11111 | 101111 | 101100 | 110000 |
Color Harmonies of #B09944
Complementary color
Monochromatic Colors of #B09944
Black with #B09944
Text Example
Text Example
White with #B09944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09944; }
p { color: rgb(176,153,68); }
H1.HeaderClassName
{
color: #B09944;
}
.AnyTagClassName
{
color: #B09944;
}
</style>
background-color css
<style>
a { background-color: #B09944; }
a { background-color: rgb(176,153,68); }
div.DivClassName
{
background-color: #B09944;
}
.BgClassName
{
background-color: #B09944;
}
</style>
border-color css
<style>
span { border-color: #B09944; }
span { border-color: rgb(176,153,68); }
td.TdClassName
{
border-color: #B09944;
}
.TagClassName
{
border-color: #B09944;
}
</style>