Shades of Barley Corn #B59E65
Tints of Barley Corn #B59E65
RGB
CMYK
RGB Variations
Color information
#B59E65 (or 0xB59E65) is known color: Barley Corn. HEX triplet: B5, 9E and 65. RGB value is (181,158,101). Sum of RGB (Red+Green+Blue) = 181+158+101=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 158 (62.11% from 255 or 35.91% from 440); Blue value is 101 (39.84% from 255 or 22.95% from 440); Max value from RGB is 181 - color contains mainly: red. Hex color #B59E65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59E65 is #4A619A. Grayscale: #9E9E9E. Windows color (decimal): -4874651 or 6659765. OLE color: 6659765.
HSL color Cylindrical-coordinate representation of color #B59E65: hue angle of 42.75º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B59E65 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 158 | 101 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.29 |
| HSL | 42.75º | 0.35% | 0.55% | - |
| HSV(B) | 42.75º | 0.44% | 0.71% | - |
| XYZ | 33.63 | 35.22 | 17.34 | - |
| YUV | 158.38 | 95.62 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 158 | 101 | 0 | 0.13 | 0.44 | 0.29 | 42.75 | 0.35 | 0.55 |
| Hex | B5 | 9E | 65 | 0 | D | 2C | 1D | 2B | 23 | 37 |
| Octal | 265 | 236 | 145 | 0 | 15 | 54 | 35 | 53 | 43 | 67 |
| Binary | 10110101 | 10011110 | 1100101 | 0 | 1101 | 101100 | 11101 | 101011 | 100011 | 110111 |
Color Harmonies of #B59E65
Complementary color
Monochromatic Colors of #B59E65
Black with #B59E65
Text Example
Text Example
White with #B59E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59E65; }
p { color: rgb(181,158,101); }
H1.HeaderClassName
{
color: #B59E65;
}
.AnyTagClassName
{
color: #B59E65;
}
</style>
background-color css
<style>
a { background-color: #B59E65; }
a { background-color: rgb(181,158,101); }
div.DivClassName
{
background-color: #B59E65;
}
.BgClassName
{
background-color: #B59E65;
}
</style>
border-color css
<style>
span { border-color: #B59E65; }
span { border-color: rgb(181,158,101); }
td.TdClassName
{
border-color: #B59E65;
}
.TagClassName
{
border-color: #B59E65;
}
</style>