Shades of Barley Corn #B49C5A
Tints of Barley Corn #B49C5A
RGB
CMYK
RGB Variations
Color information
#B49C5A (or 0xB49C5A) is known color: Barley Corn. HEX triplet: B4, 9C and 5A. RGB value is (180,156,90). Sum of RGB (Red+Green+Blue) = 180+156+90=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 156 (61.33% from 255 or 36.62% from 426); Blue value is 90 (35.55% from 255 or 21.13% from 426); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49C5A is #4B63A5. Grayscale: #9B9B9B. Windows color (decimal): -4940710 or 5938356. OLE color: 5938356.
HSL color Cylindrical-coordinate representation of color #B49C5A: hue angle of 44º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B49C5A is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 156 | 90 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.29 |
| HSL | 44º | 0.38% | 0.53% | - |
| HSV(B) | 44º | 0.5% | 0.71% | - |
| XYZ | 32.56 | 34.22 | 14.56 | - |
| YUV | 155.65 | 90.95 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 156 | 90 | 0 | 0.13 | 0.50 | 0.29 | 44 | 0.38 | 0.53 |
| Hex | B4 | 9C | 5A | 0 | D | 32 | 1D | 2C | 26 | 35 |
| Octal | 264 | 234 | 132 | 0 | 15 | 62 | 35 | 54 | 46 | 65 |
| Binary | 10110100 | 10011100 | 1011010 | 0 | 1101 | 110010 | 11101 | 101100 | 100110 | 110101 |
Color Harmonies of #B49C5A
Complementary color
Monochromatic Colors of #B49C5A
Black with #B49C5A
Text Example
Text Example
White with #B49C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49C5A; }
p { color: rgb(180,156,90); }
H1.HeaderClassName
{
color: #B49C5A;
}
.AnyTagClassName
{
color: #B49C5A;
}
</style>
background-color css
<style>
a { background-color: #B49C5A; }
a { background-color: rgb(180,156,90); }
div.DivClassName
{
background-color: #B49C5A;
}
.BgClassName
{
background-color: #B49C5A;
}
</style>
border-color css
<style>
span { border-color: #B49C5A; }
span { border-color: rgb(180,156,90); }
td.TdClassName
{
border-color: #B49C5A;
}
.TagClassName
{
border-color: #B49C5A;
}
</style>