Shades of Barley Corn #B49155
Tints of Barley Corn #B49155
RGB
CMYK
RGB Variations
Color information
#B49155 (or 0xB49155) is known color: Barley Corn. HEX triplet: B4, 91 and 55. RGB value is (180,145,85). Sum of RGB (Red+Green+Blue) = 180+145+85=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 145 (57.03% from 255 or 35.37% from 410); Blue value is 85 (33.59% from 255 or 20.73% from 410); Max value from RGB is 180 - color contains mainly: red. Hex color #B49155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49155 is #4B6EAA. Grayscale: #949494. Windows color (decimal): -4943531 or 5607860. OLE color: 5607860.
HSL color Cylindrical-coordinate representation of color #B49155: hue angle of 37.89º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B49155 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 145 | 85 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.29 |
| HSL | 37.89º | 0.39% | 0.52% | - |
| HSV(B) | 37.89º | 0.53% | 0.71% | - |
| XYZ | 30.59 | 30.61 | 12.89 | - |
| YUV | 148.63 | 92.1 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 145 | 85 | 0 | 0.19 | 0.53 | 0.29 | 37.89 | 0.39 | 0.52 |
| Hex | B4 | 91 | 55 | 0 | 13 | 35 | 1D | 26 | 27 | 34 |
| Octal | 264 | 221 | 125 | 0 | 23 | 65 | 35 | 46 | 47 | 64 |
| Binary | 10110100 | 10010001 | 1010101 | 0 | 10011 | 110101 | 11101 | 100110 | 100111 | 110100 |
Color Harmonies of #B49155
Complementary color
Monochromatic Colors of #B49155
Black with #B49155
Text Example
Text Example
White with #B49155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49155; }
p { color: rgb(180,145,85); }
H1.HeaderClassName
{
color: #B49155;
}
.AnyTagClassName
{
color: #B49155;
}
</style>
background-color css
<style>
a { background-color: #B49155; }
a { background-color: rgb(180,145,85); }
div.DivClassName
{
background-color: #B49155;
}
.BgClassName
{
background-color: #B49155;
}
</style>
border-color css
<style>
span { border-color: #B49155; }
span { border-color: rgb(180,145,85); }
td.TdClassName
{
border-color: #B49155;
}
.TagClassName
{
border-color: #B49155;
}
</style>