Shades of Barley Corn #B79A64
Tints of Barley Corn #B79A64
RGB
CMYK
RGB Variations
Color information
#B79A64 (or 0xB79A64) is known color: Barley Corn. HEX triplet: B7, 9A and 64. RGB value is (183,154,100). Sum of RGB (Red+Green+Blue) = 183+154+100=437 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.88% from 437); Green value is 154 (60.55% from 255 or 35.24% from 437); Blue value is 100 (39.45% from 255 or 22.88% from 437); Max value from RGB is 183 - color contains mainly: red. Hex color #B79A64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79A64 is #48659B. Grayscale: #9C9C9C. Windows color (decimal): -4744604 or 6593207. OLE color: 6593207.
HSL color Cylindrical-coordinate representation of color #B79A64: hue angle of 39.04º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B79A64 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 154 | 100 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.28 |
| HSL | 39.04º | 0.37% | 0.55% | - |
| HSV(B) | 39.04º | 0.45% | 0.72% | - |
| XYZ | 33.38 | 34.1 | 16.88 | - |
| YUV | 156.52 | 96.11 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 154 | 100 | 0 | 0.16 | 0.45 | 0.28 | 39.04 | 0.37 | 0.55 |
| Hex | B7 | 9A | 64 | 0 | 10 | 2D | 1C | 27 | 25 | 37 |
| Octal | 267 | 232 | 144 | 0 | 20 | 55 | 34 | 47 | 45 | 67 |
| Binary | 10110111 | 10011010 | 1100100 | 0 | 10000 | 101101 | 11100 | 100111 | 100101 | 110111 |
Color Harmonies of #B79A64
Complementary color
Monochromatic Colors of #B79A64
Black with #B79A64
Text Example
Text Example
White with #B79A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79A64; }
p { color: rgb(183,154,100); }
H1.HeaderClassName
{
color: #B79A64;
}
.AnyTagClassName
{
color: #B79A64;
}
</style>
background-color css
<style>
a { background-color: #B79A64; }
a { background-color: rgb(183,154,100); }
div.DivClassName
{
background-color: #B79A64;
}
.BgClassName
{
background-color: #B79A64;
}
</style>
border-color css
<style>
span { border-color: #B79A64; }
span { border-color: rgb(183,154,100); }
td.TdClassName
{
border-color: #B79A64;
}
.TagClassName
{
border-color: #B79A64;
}
</style>