Shades of Barley Corn #B59257
Tints of Barley Corn #B59257
RGB
CMYK
RGB Variations
Color information
#B59257 (or 0xB59257) is known color: Barley Corn. HEX triplet: B5, 92 and 57. RGB value is (181,146,87). Sum of RGB (Red+Green+Blue) = 181+146+87=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 146 (57.42% from 255 or 35.27% from 414); Blue value is 87 (34.38% from 255 or 21.01% from 414); Max value from RGB is 181 - color contains mainly: red. Hex color #B59257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59257 is #4A6DA8. Grayscale: #969696. Windows color (decimal): -4877737 or 5739189. OLE color: 5739189.
HSL color Cylindrical-coordinate representation of color #B59257: hue angle of 37.66º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B59257 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 146 | 87 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.29 |
| HSL | 37.66º | 0.39% | 0.53% | - |
| HSV(B) | 37.66º | 0.52% | 0.71% | - |
| XYZ | 31.06 | 31.07 | 13.38 | - |
| YUV | 149.74 | 92.6 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 146 | 87 | 0 | 0.19 | 0.52 | 0.29 | 37.66 | 0.39 | 0.53 |
| Hex | B5 | 92 | 57 | 0 | 13 | 34 | 1D | 26 | 27 | 35 |
| Octal | 265 | 222 | 127 | 0 | 23 | 64 | 35 | 46 | 47 | 65 |
| Binary | 10110101 | 10010010 | 1010111 | 0 | 10011 | 110100 | 11101 | 100110 | 100111 | 110101 |
Color Harmonies of #B59257
Complementary color
Monochromatic Colors of #B59257
Black with #B59257
Text Example
Text Example
White with #B59257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59257; }
p { color: rgb(181,146,87); }
H1.HeaderClassName
{
color: #B59257;
}
.AnyTagClassName
{
color: #B59257;
}
</style>
background-color css
<style>
a { background-color: #B59257; }
a { background-color: rgb(181,146,87); }
div.DivClassName
{
background-color: #B59257;
}
.BgClassName
{
background-color: #B59257;
}
</style>
border-color css
<style>
span { border-color: #B59257; }
span { border-color: rgb(181,146,87); }
td.TdClassName
{
border-color: #B59257;
}
.TagClassName
{
border-color: #B59257;
}
</style>