Shades of Barley Corn #B49D64
Tints of Barley Corn #B49D64
RGB
CMYK
RGB Variations
Color information
#B49D64 (or 0xB49D64) is known color: Barley Corn. HEX triplet: B4, 9D and 64. RGB value is (180,157,100). Sum of RGB (Red+Green+Blue) = 180+157+100=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 157 (61.72% from 255 or 35.93% from 437); Blue value is 100 (39.45% from 255 or 22.88% from 437); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49D64 is #4B629B. Grayscale: #9D9D9D. Windows color (decimal): -4940444 or 6593972. OLE color: 6593972.
HSL color Cylindrical-coordinate representation of color #B49D64: hue angle of 42.75º 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 #B49D64 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 157 | 100 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.29 |
| HSL | 42.75º | 0.35% | 0.55% | - |
| HSV(B) | 42.75º | 0.44% | 0.71% | - |
| XYZ | 33.18 | 34.74 | 17.01 | - |
| YUV | 157.38 | 95.62 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 157 | 100 | 0 | 0.13 | 0.44 | 0.29 | 42.75 | 0.35 | 0.55 |
| Hex | B4 | 9D | 64 | 0 | D | 2C | 1D | 2B | 23 | 37 |
| Octal | 264 | 235 | 144 | 0 | 15 | 54 | 35 | 53 | 43 | 67 |
| Binary | 10110100 | 10011101 | 1100100 | 0 | 1101 | 101100 | 11101 | 101011 | 100011 | 110111 |
Color Harmonies of #B49D64
Complementary color
Monochromatic Colors of #B49D64
Black with #B49D64
Text Example
Text Example
White with #B49D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49D64; }
p { color: rgb(180,157,100); }
H1.HeaderClassName
{
color: #B49D64;
}
.AnyTagClassName
{
color: #B49D64;
}
</style>
background-color css
<style>
a { background-color: #B49D64; }
a { background-color: rgb(180,157,100); }
div.DivClassName
{
background-color: #B49D64;
}
.BgClassName
{
background-color: #B49D64;
}
</style>
border-color css
<style>
span { border-color: #B49D64; }
span { border-color: rgb(180,157,100); }
td.TdClassName
{
border-color: #B49D64;
}
.TagClassName
{
border-color: #B49D64;
}
</style>