Shades of Barley Corn #B79D61
Tints of Barley Corn #B79D61
RGB
CMYK
RGB Variations
Color information
#B79D61 (or 0xB79D61) is known color: Barley Corn. HEX triplet: B7, 9D and 61. RGB value is (183,157,97). Sum of RGB (Red+Green+Blue) = 183+157+97=437 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.88% from 437); Green value is 157 (61.72% from 255 or 35.93% from 437); Blue value is 97 (38.28% from 255 or 22.20% from 437); Max value from RGB is 183 - color contains mainly: red. Hex color #B79D61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79D61 is #48629E. Grayscale: #9E9E9E. Windows color (decimal): -4743839 or 6397367. OLE color: 6397367.
HSL color Cylindrical-coordinate representation of color #B79D61: hue angle of 41.86º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B79D61 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 157 | 97 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.28 |
| HSL | 41.86º | 0.37% | 0.55% | - |
| HSV(B) | 41.86º | 0.47% | 0.72% | - |
| XYZ | 33.74 | 35.04 | 16.3 | - |
| YUV | 157.93 | 93.61 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 157 | 97 | 0 | 0.14 | 0.47 | 0.28 | 41.86 | 0.37 | 0.55 |
| Hex | B7 | 9D | 61 | 0 | E | 2F | 1C | 2A | 25 | 37 |
| Octal | 267 | 235 | 141 | 0 | 16 | 57 | 34 | 52 | 45 | 67 |
| Binary | 10110111 | 10011101 | 1100001 | 0 | 1110 | 101111 | 11100 | 101010 | 100101 | 110111 |
Color Harmonies of #B79D61
Complementary color
Monochromatic Colors of #B79D61
Black with #B79D61
Text Example
Text Example
White with #B79D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79D61; }
p { color: rgb(183,157,97); }
H1.HeaderClassName
{
color: #B79D61;
}
.AnyTagClassName
{
color: #B79D61;
}
</style>
background-color css
<style>
a { background-color: #B79D61; }
a { background-color: rgb(183,157,97); }
div.DivClassName
{
background-color: #B79D61;
}
.BgClassName
{
background-color: #B79D61;
}
</style>
border-color css
<style>
span { border-color: #B79D61; }
span { border-color: rgb(183,157,97); }
td.TdClassName
{
border-color: #B79D61;
}
.TagClassName
{
border-color: #B79D61;
}
</style>