Shades of Husk #B7974E
Tints of Husk #B7974E
RGB
CMYK
RGB Variations
Color information
#B7974E (or 0xB7974E) is known color: Husk. HEX triplet: B7, 97 and 4E. RGB value is (183,151,78). Sum of RGB (Red+Green+Blue) = 183+151+78=412 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.42% from 412); Green value is 151 (59.38% from 255 or 36.65% from 412); Blue value is 78 (30.86% from 255 or 18.93% from 412); Max value from RGB is 183 - color contains mainly: red. Hex color #B7974E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7974E is #4868B1. Grayscale: #989898. Windows color (decimal): -4745394 or 5150647. OLE color: 5150647.
HSL color Cylindrical-coordinate representation of color #B7974E: hue angle of 41.71º 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 #B7974E is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 151 | 78 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.28 |
| HSL | 41.71º | 0.42% | 0.51% | - |
| HSV(B) | 41.71º | 0.57% | 0.72% | - |
| XYZ | 31.97 | 32.75 | 11.84 | - |
| YUV | 152.25 | 86.1 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 151 | 78 | 0 | 0.17 | 0.57 | 0.28 | 41.71 | 0.42 | 0.51 |
| Hex | B7 | 97 | 4E | 0 | 11 | 39 | 1C | 2A | 2A | 33 |
| Octal | 267 | 227 | 116 | 0 | 21 | 71 | 34 | 52 | 52 | 63 |
| Binary | 10110111 | 10010111 | 1001110 | 0 | 10001 | 111001 | 11100 | 101010 | 101010 | 110011 |
Color Harmonies of #B7974E
Complementary color
Monochromatic Colors of #B7974E
Black with #B7974E
Text Example
Text Example
White with #B7974E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7974E; }
p { color: rgb(183,151,78); }
H1.HeaderClassName
{
color: #B7974E;
}
.AnyTagClassName
{
color: #B7974E;
}
</style>
background-color css
<style>
a { background-color: #B7974E; }
a { background-color: rgb(183,151,78); }
div.DivClassName
{
background-color: #B7974E;
}
.BgClassName
{
background-color: #B7974E;
}
</style>
border-color css
<style>
span { border-color: #B7974E; }
span { border-color: rgb(183,151,78); }
td.TdClassName
{
border-color: #B7974E;
}
.TagClassName
{
border-color: #B7974E;
}
</style>