Shades of Barley Corn #B59553
Tints of Barley Corn #B59553
RGB
CMYK
RGB Variations
Color information
#B59553 (or 0xB59553) is known color: Barley Corn. HEX triplet: B5, 95 and 53. RGB value is (181,149,83). Sum of RGB (Red+Green+Blue) = 181+149+83=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 83 (32.81% from 255 or 20.10% from 413); Max value from RGB is 181 - color contains mainly: red. Hex color #B59553 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59553 is #4A6AAC. Grayscale: #979797. Windows color (decimal): -4876973 or 5477813. OLE color: 5477813.
HSL color Cylindrical-coordinate representation of color #B59553: hue angle of 40.41º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B59553 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 149 | 83 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.29 |
| HSL | 40.41º | 0.4% | 0.52% | - |
| HSV(B) | 40.41º | 0.54% | 0.71% | - |
| XYZ | 31.36 | 31.94 | 12.7 | - |
| YUV | 151.04 | 89.6 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 149 | 83 | 0 | 0.18 | 0.54 | 0.29 | 40.41 | 0.4 | 0.52 |
| Hex | B5 | 95 | 53 | 0 | 12 | 36 | 1D | 28 | 28 | 34 |
| Octal | 265 | 225 | 123 | 0 | 22 | 66 | 35 | 50 | 50 | 64 |
| Binary | 10110101 | 10010101 | 1010011 | 0 | 10010 | 110110 | 11101 | 101000 | 101000 | 110100 |
Color Harmonies of #B59553
Complementary color
Monochromatic Colors of #B59553
Black with #B59553
Text Example
Text Example
White with #B59553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59553; }
p { color: rgb(181,149,83); }
H1.HeaderClassName
{
color: #B59553;
}
.AnyTagClassName
{
color: #B59553;
}
</style>
background-color css
<style>
a { background-color: #B59553; }
a { background-color: rgb(181,149,83); }
div.DivClassName
{
background-color: #B59553;
}
.BgClassName
{
background-color: #B59553;
}
</style>
border-color css
<style>
span { border-color: #B59553; }
span { border-color: rgb(181,149,83); }
td.TdClassName
{
border-color: #B59553;
}
.TagClassName
{
border-color: #B59553;
}
</style>