Shades of Barley Corn #B59C65
Tints of Barley Corn #B59C65
RGB
CMYK
RGB Variations
Color information
#B59C65 (or 0xB59C65) is known color: Barley Corn. HEX triplet: B5, 9C and 65. RGB value is (181,156,101). Sum of RGB (Red+Green+Blue) = 181+156+101=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 156 (61.33% from 255 or 35.62% from 438); Blue value is 101 (39.84% from 255 or 23.06% from 438); Max value from RGB is 181 - color contains mainly: red. Hex color #B59C65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59C65 is #4A639A. Grayscale: #9D9D9D. Windows color (decimal): -4875163 or 6659253. OLE color: 6659253.
HSL color Cylindrical-coordinate representation of color #B59C65: hue angle of 41.25º 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 #B59C65 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 156 | 101 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.29 |
| HSL | 41.25º | 0.35% | 0.55% | - |
| HSV(B) | 41.25º | 0.44% | 0.71% | - |
| XYZ | 33.29 | 34.54 | 17.22 | - |
| YUV | 157.21 | 96.28 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 156 | 101 | 0 | 0.14 | 0.44 | 0.29 | 41.25 | 0.35 | 0.55 |
| Hex | B5 | 9C | 65 | 0 | E | 2C | 1D | 29 | 23 | 37 |
| Octal | 265 | 234 | 145 | 0 | 16 | 54 | 35 | 51 | 43 | 67 |
| Binary | 10110101 | 10011100 | 1100101 | 0 | 1110 | 101100 | 11101 | 101001 | 100011 | 110111 |
Color Harmonies of #B59C65
Complementary color
Monochromatic Colors of #B59C65
Black with #B59C65
Text Example
Text Example
White with #B59C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59C65; }
p { color: rgb(181,156,101); }
H1.HeaderClassName
{
color: #B59C65;
}
.AnyTagClassName
{
color: #B59C65;
}
</style>
background-color css
<style>
a { background-color: #B59C65; }
a { background-color: rgb(181,156,101); }
div.DivClassName
{
background-color: #B59C65;
}
.BgClassName
{
background-color: #B59C65;
}
</style>
border-color css
<style>
span { border-color: #B59C65; }
span { border-color: rgb(181,156,101); }
td.TdClassName
{
border-color: #B59C65;
}
.TagClassName
{
border-color: #B59C65;
}
</style>