Shades of Barley Corn #B79256
Tints of Barley Corn #B79256
RGB
CMYK
RGB Variations
Color information
#B79256 (or 0xB79256) is known color: Barley Corn. HEX triplet: B7, 92 and 56. RGB value is (183,146,86). Sum of RGB (Red+Green+Blue) = 183+146+86=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 86 (33.98% from 255 or 20.72% from 415); Max value from RGB is 183 - color contains mainly: red. Hex color #B79256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79256 is #486DA9. Grayscale: #969696. Windows color (decimal): -4746666 or 5673655. OLE color: 5673655.
HSL color Cylindrical-coordinate representation of color #B79256: hue angle of 37.11º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B79256 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 146 | 86 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.28 |
| HSL | 37.11º | 0.4% | 0.53% | - |
| HSV(B) | 37.11º | 0.53% | 0.72% | - |
| XYZ | 31.49 | 31.3 | 13.19 | - |
| YUV | 150.22 | 91.76 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 146 | 86 | 0 | 0.20 | 0.53 | 0.28 | 37.11 | 0.4 | 0.53 |
| Hex | B7 | 92 | 56 | 0 | 14 | 35 | 1C | 25 | 28 | 35 |
| Octal | 267 | 222 | 126 | 0 | 24 | 65 | 34 | 45 | 50 | 65 |
| Binary | 10110111 | 10010010 | 1010110 | 0 | 10100 | 110101 | 11100 | 100101 | 101000 | 110101 |
Color Harmonies of #B79256
Complementary color
Monochromatic Colors of #B79256
Black with #B79256
Text Example
Text Example
White with #B79256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79256; }
p { color: rgb(183,146,86); }
H1.HeaderClassName
{
color: #B79256;
}
.AnyTagClassName
{
color: #B79256;
}
</style>
background-color css
<style>
a { background-color: #B79256; }
a { background-color: rgb(183,146,86); }
div.DivClassName
{
background-color: #B79256;
}
.BgClassName
{
background-color: #B79256;
}
</style>
border-color css
<style>
span { border-color: #B79256; }
span { border-color: rgb(183,146,86); }
td.TdClassName
{
border-color: #B79256;
}
.TagClassName
{
border-color: #B79256;
}
</style>