Shades of Barley Corn #B49256
Tints of Barley Corn #B49256
RGB
CMYK
RGB Variations
Color information
#B49256 (or 0xB49256) is known color: Barley Corn. HEX triplet: B4, 92 and 56. RGB value is (180,146,86). Sum of RGB (Red+Green+Blue) = 180+146+86=412 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.69% from 412); Green value is 146 (57.42% from 255 or 35.44% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 180 - color contains mainly: red. Hex color #B49256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49256 is #4B6DA9. Grayscale: #959595. Windows color (decimal): -4943274 or 5673652. OLE color: 5673652.
HSL color Cylindrical-coordinate representation of color #B49256: hue angle of 38.3º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B49256 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 146 | 86 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.29 |
| HSL | 38.3º | 0.39% | 0.52% | - |
| HSV(B) | 38.3º | 0.52% | 0.71% | - |
| XYZ | 30.78 | 30.93 | 13.15 | - |
| YUV | 149.33 | 92.26 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 146 | 86 | 0 | 0.19 | 0.52 | 0.29 | 38.3 | 0.39 | 0.52 |
| Hex | B4 | 92 | 56 | 0 | 13 | 34 | 1D | 26 | 27 | 34 |
| Octal | 264 | 222 | 126 | 0 | 23 | 64 | 35 | 46 | 47 | 64 |
| Binary | 10110100 | 10010010 | 1010110 | 0 | 10011 | 110100 | 11101 | 100110 | 100111 | 110100 |
Color Harmonies of #B49256
Complementary color
Monochromatic Colors of #B49256
Black with #B49256
Text Example
Text Example
White with #B49256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49256; }
p { color: rgb(180,146,86); }
H1.HeaderClassName
{
color: #B49256;
}
.AnyTagClassName
{
color: #B49256;
}
</style>
background-color css
<style>
a { background-color: #B49256; }
a { background-color: rgb(180,146,86); }
div.DivClassName
{
background-color: #B49256;
}
.BgClassName
{
background-color: #B49256;
}
</style>
border-color css
<style>
span { border-color: #B49256; }
span { border-color: rgb(180,146,86); }
td.TdClassName
{
border-color: #B49256;
}
.TagClassName
{
border-color: #B49256;
}
</style>