Shades of Barley Corn #B79556
Tints of Barley Corn #B79556
RGB
CMYK
RGB Variations
Color information
#B79556 (or 0xB79556) is known color: Barley Corn. HEX triplet: B7, 95 and 56. RGB value is (183,149,86). Sum of RGB (Red+Green+Blue) = 183+149+86=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 149 (58.59% from 255 or 35.65% from 418); Blue value is 86 (33.98% from 255 or 20.57% from 418); Max value from RGB is 183 - color contains mainly: red. Hex color #B79556 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79556 is #486AA9. Grayscale: #989898. Windows color (decimal): -4745898 or 5674423. OLE color: 5674423.
HSL color Cylindrical-coordinate representation of color #B79556: hue angle of 38.97º 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 #B79556 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 149 | 86 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.28 |
| HSL | 38.97º | 0.4% | 0.53% | - |
| HSV(B) | 38.97º | 0.53% | 0.72% | - |
| XYZ | 31.96 | 32.23 | 13.34 | - |
| YUV | 151.98 | 90.76 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 149 | 86 | 0 | 0.19 | 0.53 | 0.28 | 38.97 | 0.4 | 0.53 |
| Hex | B7 | 95 | 56 | 0 | 13 | 35 | 1C | 27 | 28 | 35 |
| Octal | 267 | 225 | 126 | 0 | 23 | 65 | 34 | 47 | 50 | 65 |
| Binary | 10110111 | 10010101 | 1010110 | 0 | 10011 | 110101 | 11100 | 100111 | 101000 | 110101 |
Color Harmonies of #B79556
Complementary color
Monochromatic Colors of #B79556
Black with #B79556
Text Example
Text Example
White with #B79556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79556; }
p { color: rgb(183,149,86); }
H1.HeaderClassName
{
color: #B79556;
}
.AnyTagClassName
{
color: #B79556;
}
</style>
background-color css
<style>
a { background-color: #B79556; }
a { background-color: rgb(183,149,86); }
div.DivClassName
{
background-color: #B79556;
}
.BgClassName
{
background-color: #B79556;
}
</style>
border-color css
<style>
span { border-color: #B79556; }
span { border-color: rgb(183,149,86); }
td.TdClassName
{
border-color: #B79556;
}
.TagClassName
{
border-color: #B79556;
}
</style>