Shades of Barley Corn #B49C63
Tints of Barley Corn #B49C63
RGB
CMYK
RGB Variations
Color information
#B49C63 (or 0xB49C63) is known color: Barley Corn. HEX triplet: B4, 9C and 63. RGB value is (180,156,99). Sum of RGB (Red+Green+Blue) = 180+156+99=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 156 (61.33% from 255 or 35.86% from 435); Blue value is 99 (39.06% from 255 or 22.76% from 435); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49C63 is #4B639C. Grayscale: #9C9C9C. Windows color (decimal): -4940701 or 6528180. OLE color: 6528180.
HSL color Cylindrical-coordinate representation of color #B49C63: hue angle of 42.22º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B49C63 is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 156 | 99 | - |
| CMYK | 0 | 0.13 | 0.45 | 0.29 |
| HSL | 42.22º | 0.35% | 0.55% | - |
| HSV(B) | 42.22º | 0.45% | 0.71% | - |
| XYZ | 32.96 | 34.38 | 16.7 | - |
| YUV | 156.68 | 95.45 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 156 | 99 | 0 | 0.13 | 0.45 | 0.29 | 42.22 | 0.35 | 0.55 |
| Hex | B4 | 9C | 63 | 0 | D | 2D | 1D | 2A | 23 | 37 |
| Octal | 264 | 234 | 143 | 0 | 15 | 55 | 35 | 52 | 43 | 67 |
| Binary | 10110100 | 10011100 | 1100011 | 0 | 1101 | 101101 | 11101 | 101010 | 100011 | 110111 |
Color Harmonies of #B49C63
Complementary color
Monochromatic Colors of #B49C63
Black with #B49C63
Text Example
Text Example
White with #B49C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49C63; }
p { color: rgb(180,156,99); }
H1.HeaderClassName
{
color: #B49C63;
}
.AnyTagClassName
{
color: #B49C63;
}
</style>
background-color css
<style>
a { background-color: #B49C63; }
a { background-color: rgb(180,156,99); }
div.DivClassName
{
background-color: #B49C63;
}
.BgClassName
{
background-color: #B49C63;
}
</style>
border-color css
<style>
span { border-color: #B49C63; }
span { border-color: rgb(180,156,99); }
td.TdClassName
{
border-color: #B49C63;
}
.TagClassName
{
border-color: #B49C63;
}
</style>