Shades of Barley Corn #B59351
Tints of Barley Corn #B59351
RGB
CMYK
RGB Variations
Color information
#B59351 (or 0xB59351) is known color: Barley Corn. HEX triplet: B5, 93 and 51. RGB value is (181,147,81). Sum of RGB (Red+Green+Blue) = 181+147+81=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 81 (32.03% from 255 or 19.80% from 409); Max value from RGB is 181 - color contains mainly: red. Hex color #B59351 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59351 is #4A6CAE. Grayscale: #959595. Windows color (decimal): -4877487 or 5346229. OLE color: 5346229.
HSL color Cylindrical-coordinate representation of color #B59351: hue angle of 39.6º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B59351 is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 147 | 81 | - |
| CMYK | 0 | 0.19 | 0.55 | 0.29 |
| HSL | 39.6º | 0.4% | 0.51% | - |
| HSV(B) | 39.6º | 0.55% | 0.71% | - |
| XYZ | 30.97 | 31.29 | 12.19 | - |
| YUV | 149.64 | 89.26 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 147 | 81 | 0 | 0.19 | 0.55 | 0.29 | 39.6 | 0.4 | 0.51 |
| Hex | B5 | 93 | 51 | 0 | 13 | 37 | 1D | 28 | 28 | 33 |
| Octal | 265 | 223 | 121 | 0 | 23 | 67 | 35 | 50 | 50 | 63 |
| Binary | 10110101 | 10010011 | 1010001 | 0 | 10011 | 110111 | 11101 | 101000 | 101000 | 110011 |
Color Harmonies of #B59351
Complementary color
Monochromatic Colors of #B59351
Black with #B59351
Text Example
Text Example
White with #B59351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59351; }
p { color: rgb(181,147,81); }
H1.HeaderClassName
{
color: #B59351;
}
.AnyTagClassName
{
color: #B59351;
}
</style>
background-color css
<style>
a { background-color: #B59351; }
a { background-color: rgb(181,147,81); }
div.DivClassName
{
background-color: #B59351;
}
.BgClassName
{
background-color: #B59351;
}
</style>
border-color css
<style>
span { border-color: #B59351; }
span { border-color: rgb(181,147,81); }
td.TdClassName
{
border-color: #B59351;
}
.TagClassName
{
border-color: #B59351;
}
</style>