Shades of Husk #B7964F
Tints of Husk #B7964F
RGB
CMYK
RGB Variations
Color information
#B7964F (or 0xB7964F) is known color: Husk. HEX triplet: B7, 96 and 4F. RGB value is (183,150,79). Sum of RGB (Red+Green+Blue) = 183+150+79=412 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.42% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 79 (31.25% from 255 or 19.17% from 412); Max value from RGB is 183 - color contains mainly: red. Hex color #B7964F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7964F is #4869B0. Grayscale: #989898. Windows color (decimal): -4745649 or 5215927. OLE color: 5215927.
HSL color Cylindrical-coordinate representation of color #B7964F: hue angle of 40.96º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B7964F is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 150 | 79 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.28 |
| HSL | 40.96º | 0.42% | 0.51% | - |
| HSV(B) | 40.96º | 0.57% | 0.72% | - |
| XYZ | 31.85 | 32.44 | 11.98 | - |
| YUV | 151.77 | 86.93 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 150 | 79 | 0 | 0.18 | 0.57 | 0.28 | 40.96 | 0.42 | 0.51 |
| Hex | B7 | 96 | 4F | 0 | 12 | 39 | 1C | 29 | 2A | 33 |
| Octal | 267 | 226 | 117 | 0 | 22 | 71 | 34 | 51 | 52 | 63 |
| Binary | 10110111 | 10010110 | 1001111 | 0 | 10010 | 111001 | 11100 | 101001 | 101010 | 110011 |
Color Harmonies of #B7964F
Complementary color
Monochromatic Colors of #B7964F
Black with #B7964F
Text Example
Text Example
White with #B7964F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7964F; }
p { color: rgb(183,150,79); }
H1.HeaderClassName
{
color: #B7964F;
}
.AnyTagClassName
{
color: #B7964F;
}
</style>
background-color css
<style>
a { background-color: #B7964F; }
a { background-color: rgb(183,150,79); }
div.DivClassName
{
background-color: #B7964F;
}
.BgClassName
{
background-color: #B7964F;
}
</style>
border-color css
<style>
span { border-color: #B7964F; }
span { border-color: rgb(183,150,79); }
td.TdClassName
{
border-color: #B7964F;
}
.TagClassName
{
border-color: #B7964F;
}
</style>