Shades of Husk #B99C4D
Tints of Husk #B99C4D
RGB
CMYK
RGB Variations
Color information
#B99C4D (or 0xB99C4D) is known color: Husk. HEX triplet: B9, 9C and 4D. RGB value is (185,156,77). Sum of RGB (Red+Green+Blue) = 185+156+77=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 156 (61.33% from 255 or 37.32% from 418); Blue value is 77 (30.47% from 255 or 18.42% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99C4D is #4663B2. Grayscale: #9C9C9C. Windows color (decimal): -4613043 or 5086393. OLE color: 5086393.
HSL color Cylindrical-coordinate representation of color #B99C4D: hue angle of 43.89º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B99C4D is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 156 | 77 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.27 |
| HSL | 43.89º | 0.44% | 0.51% | - |
| HSV(B) | 43.89º | 0.58% | 0.73% | - |
| XYZ | 33.24 | 34.63 | 11.95 | - |
| YUV | 155.67 | 83.61 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 156 | 77 | 0 | 0.16 | 0.58 | 0.27 | 43.89 | 0.44 | 0.51 |
| Hex | B9 | 9C | 4D | 0 | 10 | 3A | 1B | 2C | 2C | 33 |
| Octal | 271 | 234 | 115 | 0 | 20 | 72 | 33 | 54 | 54 | 63 |
| Binary | 10111001 | 10011100 | 1001101 | 0 | 10000 | 111010 | 11011 | 101100 | 101100 | 110011 |
Color Harmonies of #B99C4D
Complementary color
Monochromatic Colors of #B99C4D
Black with #B99C4D
Text Example
Text Example
White with #B99C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99C4D; }
p { color: rgb(185,156,77); }
H1.HeaderClassName
{
color: #B99C4D;
}
.AnyTagClassName
{
color: #B99C4D;
}
</style>
background-color css
<style>
a { background-color: #B99C4D; }
a { background-color: rgb(185,156,77); }
div.DivClassName
{
background-color: #B99C4D;
}
.BgClassName
{
background-color: #B99C4D;
}
</style>
border-color css
<style>
span { border-color: #B99C4D; }
span { border-color: rgb(185,156,77); }
td.TdClassName
{
border-color: #B99C4D;
}
.TagClassName
{
border-color: #B99C4D;
}
</style>