Shades of Barley Corn #B79F5A
Tints of Barley Corn #B79F5A
RGB
CMYK
RGB Variations
Color information
#B79F5A (or 0xB79F5A) is known color: Barley Corn. HEX triplet: B7, 9F and 5A. RGB value is (183,159,90). Sum of RGB (Red+Green+Blue) = 183+159+90=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 90 (35.55% from 255 or 20.83% from 432); Max value from RGB is 183 - color contains mainly: red. Hex color #B79F5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79F5A is #4860A5. Grayscale: #9E9E9E. Windows color (decimal): -4743334 or 5939127. OLE color: 5939127.
HSL color Cylindrical-coordinate representation of color #B79F5A: hue angle of 44.52º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B79F5A is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 159 | 90 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.28 |
| HSL | 44.52º | 0.39% | 0.54% | - |
| HSV(B) | 44.52º | 0.51% | 0.72% | - |
| XYZ | 33.77 | 35.6 | 14.76 | - |
| YUV | 158.31 | 89.45 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 159 | 90 | 0 | 0.13 | 0.51 | 0.28 | 44.52 | 0.39 | 0.54 |
| Hex | B7 | 9F | 5A | 0 | D | 33 | 1C | 2D | 27 | 36 |
| Octal | 267 | 237 | 132 | 0 | 15 | 63 | 34 | 55 | 47 | 66 |
| Binary | 10110111 | 10011111 | 1011010 | 0 | 1101 | 110011 | 11100 | 101101 | 100111 | 110110 |
Color Harmonies of #B79F5A
Complementary color
Monochromatic Colors of #B79F5A
Black with #B79F5A
Text Example
Text Example
White with #B79F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79F5A; }
p { color: rgb(183,159,90); }
H1.HeaderClassName
{
color: #B79F5A;
}
.AnyTagClassName
{
color: #B79F5A;
}
</style>
background-color css
<style>
a { background-color: #B79F5A; }
a { background-color: rgb(183,159,90); }
div.DivClassName
{
background-color: #B79F5A;
}
.BgClassName
{
background-color: #B79F5A;
}
</style>
border-color css
<style>
span { border-color: #B79F5A; }
span { border-color: rgb(183,159,90); }
td.TdClassName
{
border-color: #B79F5A;
}
.TagClassName
{
border-color: #B79F5A;
}
</style>