Shades of Husk #B79B4D
Tints of Husk #B79B4D
RGB
CMYK
RGB Variations
Color information
#B79B4D (or 0xB79B4D) is known color: Husk. HEX triplet: B7, 9B and 4D. RGB value is (183,155,77). Sum of RGB (Red+Green+Blue) = 183+155+77=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 155 (60.94% from 255 or 37.35% from 415); Blue value is 77 (30.47% from 255 or 18.55% from 415); Max value from RGB is 183 - color contains mainly: red. Hex color #B79B4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79B4D is #4864B2. Grayscale: #9A9A9A. Windows color (decimal): -4744371 or 5086135. OLE color: 5086135.
HSL color Cylindrical-coordinate representation of color #B79B4D: hue angle of 44.15º 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 #B79B4D is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 155 | 77 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.28 |
| HSL | 44.15º | 0.42% | 0.51% | - |
| HSV(B) | 44.15º | 0.58% | 0.72% | - |
| XYZ | 32.59 | 34.05 | 11.88 | - |
| YUV | 154.48 | 84.28 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 155 | 77 | 0 | 0.15 | 0.58 | 0.28 | 44.15 | 0.42 | 0.51 |
| Hex | B7 | 9B | 4D | 0 | F | 3A | 1C | 2C | 2A | 33 |
| Octal | 267 | 233 | 115 | 0 | 17 | 72 | 34 | 54 | 52 | 63 |
| Binary | 10110111 | 10011011 | 1001101 | 0 | 1111 | 111010 | 11100 | 101100 | 101010 | 110011 |
Color Harmonies of #B79B4D
Complementary color
Monochromatic Colors of #B79B4D
Black with #B79B4D
Text Example
Text Example
White with #B79B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79B4D; }
p { color: rgb(183,155,77); }
H1.HeaderClassName
{
color: #B79B4D;
}
.AnyTagClassName
{
color: #B79B4D;
}
</style>
background-color css
<style>
a { background-color: #B79B4D; }
a { background-color: rgb(183,155,77); }
div.DivClassName
{
background-color: #B79B4D;
}
.BgClassName
{
background-color: #B79B4D;
}
</style>
border-color css
<style>
span { border-color: #B79B4D; }
span { border-color: rgb(183,155,77); }
td.TdClassName
{
border-color: #B79B4D;
}
.TagClassName
{
border-color: #B79B4D;
}
</style>