Shades of Barley Corn #B59365
Tints of Barley Corn #B59365
RGB
CMYK
RGB Variations
Color information
#B59365 (or 0xB59365) is known color: Barley Corn. HEX triplet: B5, 93 and 65. RGB value is (181,147,101). Sum of RGB (Red+Green+Blue) = 181+147+101=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 147 (57.81% from 255 or 34.27% from 429); Blue value is 101 (39.84% from 255 or 23.54% from 429); Max value from RGB is 181 - color contains mainly: red. Hex color #B59365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59365 is #4A6C9A. Grayscale: #989898. Windows color (decimal): -4877467 or 6656949. OLE color: 6656949.
HSL color Cylindrical-coordinate representation of color #B59365: hue angle of 34.5º 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 #B59365 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 147 | 101 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.29 |
| HSL | 34.5º | 0.35% | 0.55% | - |
| HSV(B) | 34.5º | 0.44% | 0.71% | - |
| XYZ | 31.84 | 31.63 | 16.74 | - |
| YUV | 151.92 | 99.26 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 147 | 101 | 0 | 0.19 | 0.44 | 0.29 | 34.5 | 0.35 | 0.55 |
| Hex | B5 | 93 | 65 | 0 | 13 | 2C | 1D | 22 | 23 | 37 |
| Octal | 265 | 223 | 145 | 0 | 23 | 54 | 35 | 42 | 43 | 67 |
| Binary | 10110101 | 10010011 | 1100101 | 0 | 10011 | 101100 | 11101 | 100010 | 100011 | 110111 |
Color Harmonies of #B59365
Complementary color
Monochromatic Colors of #B59365
Black with #B59365
Text Example
Text Example
White with #B59365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59365; }
p { color: rgb(181,147,101); }
H1.HeaderClassName
{
color: #B59365;
}
.AnyTagClassName
{
color: #B59365;
}
</style>
background-color css
<style>
a { background-color: #B59365; }
a { background-color: rgb(181,147,101); }
div.DivClassName
{
background-color: #B59365;
}
.BgClassName
{
background-color: #B59365;
}
</style>
border-color css
<style>
span { border-color: #B59365; }
span { border-color: rgb(181,147,101); }
td.TdClassName
{
border-color: #B59365;
}
.TagClassName
{
border-color: #B59365;
}
</style>