Shades of Barley Corn #B59A62
Tints of Barley Corn #B59A62
RGB
CMYK
RGB Variations
Color information
#B59A62 (or 0xB59A62) is known color: Barley Corn. HEX triplet: B5, 9A and 62. RGB value is (181,154,98). Sum of RGB (Red+Green+Blue) = 181+154+98=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 154 (60.55% from 255 or 35.57% from 433); Blue value is 98 (38.67% from 255 or 22.63% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B59A62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59A62 is #4A659D. Grayscale: #9B9B9B. Windows color (decimal): -4875678 or 6462133. OLE color: 6462133.
HSL color Cylindrical-coordinate representation of color #B59A62: hue angle of 40.48º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B59A62 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 154 | 98 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.29 |
| HSL | 40.48º | 0.36% | 0.55% | - |
| HSV(B) | 40.48º | 0.46% | 0.71% | - |
| XYZ | 32.82 | 33.82 | 16.35 | - |
| YUV | 155.69 | 95.45 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 154 | 98 | 0 | 0.15 | 0.46 | 0.29 | 40.48 | 0.36 | 0.55 |
| Hex | B5 | 9A | 62 | 0 | F | 2E | 1D | 28 | 24 | 37 |
| Octal | 265 | 232 | 142 | 0 | 17 | 56 | 35 | 50 | 44 | 67 |
| Binary | 10110101 | 10011010 | 1100010 | 0 | 1111 | 101110 | 11101 | 101000 | 100100 | 110111 |
Color Harmonies of #B59A62
Complementary color
Monochromatic Colors of #B59A62
Black with #B59A62
Text Example
Text Example
White with #B59A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59A62; }
p { color: rgb(181,154,98); }
H1.HeaderClassName
{
color: #B59A62;
}
.AnyTagClassName
{
color: #B59A62;
}
</style>
background-color css
<style>
a { background-color: #B59A62; }
a { background-color: rgb(181,154,98); }
div.DivClassName
{
background-color: #B59A62;
}
.BgClassName
{
background-color: #B59A62;
}
</style>
border-color css
<style>
span { border-color: #B59A62; }
span { border-color: rgb(181,154,98); }
td.TdClassName
{
border-color: #B59A62;
}
.TagClassName
{
border-color: #B59A62;
}
</style>