Shades of Husk #B79C4D
Tints of Husk #B79C4D
RGB
CMYK
RGB Variations
Color information
#B79C4D (or 0xB79C4D) is known color: Husk. HEX triplet: B7, 9C and 4D. RGB value is (183,156,77). Sum of RGB (Red+Green+Blue) = 183+156+77=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 156 (61.33% from 255 or 37.5% from 416); Blue value is 77 (30.47% from 255 or 18.51% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B79C4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79C4D is #4863B2. Grayscale: #9B9B9B. Windows color (decimal): -4744115 or 5086391. OLE color: 5086391.
HSL color Cylindrical-coordinate representation of color #B79C4D: hue angle of 44.72º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B79C4D is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 156 | 77 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.28 |
| HSL | 44.72º | 0.42% | 0.51% | - |
| HSV(B) | 44.72º | 0.58% | 0.72% | - |
| XYZ | 32.76 | 34.38 | 11.93 | - |
| YUV | 155.07 | 83.95 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 156 | 77 | 0 | 0.15 | 0.58 | 0.28 | 44.72 | 0.42 | 0.51 |
| Hex | B7 | 9C | 4D | 0 | F | 3A | 1C | 2D | 2A | 33 |
| Octal | 267 | 234 | 115 | 0 | 17 | 72 | 34 | 55 | 52 | 63 |
| Binary | 10110111 | 10011100 | 1001101 | 0 | 1111 | 111010 | 11100 | 101101 | 101010 | 110011 |
Color Harmonies of #B79C4D
Complementary color
Monochromatic Colors of #B79C4D
Black with #B79C4D
Text Example
Text Example
White with #B79C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79C4D; }
p { color: rgb(183,156,77); }
H1.HeaderClassName
{
color: #B79C4D;
}
.AnyTagClassName
{
color: #B79C4D;
}
</style>
background-color css
<style>
a { background-color: #B79C4D; }
a { background-color: rgb(183,156,77); }
div.DivClassName
{
background-color: #B79C4D;
}
.BgClassName
{
background-color: #B79C4D;
}
</style>
border-color css
<style>
span { border-color: #B79C4D; }
span { border-color: rgb(183,156,77); }
td.TdClassName
{
border-color: #B79C4D;
}
.TagClassName
{
border-color: #B79C4D;
}
</style>