Shades of Husk #B99C4F
Tints of Husk #B99C4F
RGB
CMYK
RGB Variations
Color information
#B99C4F (or 0xB99C4F) is known color: Husk. HEX triplet: B9, 9C and 4F. RGB value is (185,156,79). Sum of RGB (Red+Green+Blue) = 185+156+79=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 156 (61.33% from 255 or 37.14% from 420); Blue value is 79 (31.25% from 255 or 18.81% from 420); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99C4F is #4663B0. Grayscale: #9C9C9C. Windows color (decimal): -4613041 or 5217465. OLE color: 5217465.
HSL color Cylindrical-coordinate representation of color #B99C4F: hue angle of 43.58º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B99C4F is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 156 | 79 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.27 |
| HSL | 43.58º | 0.43% | 0.52% | - |
| HSV(B) | 43.58º | 0.57% | 0.73% | - |
| XYZ | 33.31 | 34.66 | 12.33 | - |
| YUV | 155.89 | 84.61 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 156 | 79 | 0 | 0.16 | 0.57 | 0.27 | 43.58 | 0.43 | 0.52 |
| Hex | B9 | 9C | 4F | 0 | 10 | 39 | 1B | 2C | 2B | 34 |
| Octal | 271 | 234 | 117 | 0 | 20 | 71 | 33 | 54 | 53 | 64 |
| Binary | 10111001 | 10011100 | 1001111 | 0 | 10000 | 111001 | 11011 | 101100 | 101011 | 110100 |
Color Harmonies of #B99C4F
Complementary color
Monochromatic Colors of #B99C4F
Black with #B99C4F
Text Example
Text Example
White with #B99C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99C4F; }
p { color: rgb(185,156,79); }
H1.HeaderClassName
{
color: #B99C4F;
}
.AnyTagClassName
{
color: #B99C4F;
}
</style>
background-color css
<style>
a { background-color: #B99C4F; }
a { background-color: rgb(185,156,79); }
div.DivClassName
{
background-color: #B99C4F;
}
.BgClassName
{
background-color: #B99C4F;
}
</style>
border-color css
<style>
span { border-color: #B99C4F; }
span { border-color: rgb(185,156,79); }
td.TdClassName
{
border-color: #B99C4F;
}
.TagClassName
{
border-color: #B99C4F;
}
</style>