Shades of Barley Corn #B49065
Tints of Barley Corn #B49065
RGB
CMYK
RGB Variations
Color information
#B49065 (or 0xB49065) is known color: Barley Corn. HEX triplet: B4, 90 and 65. RGB value is (180,144,101). Sum of RGB (Red+Green+Blue) = 180+144+101=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 144 (56.64% from 255 or 33.88% from 425); Blue value is 101 (39.84% from 255 or 23.76% from 425); Max value from RGB is 180 - color contains mainly: red. Hex color #B49065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49065 is #4B6F9A. Grayscale: #969696. Windows color (decimal): -4943771 or 6656180. OLE color: 6656180.
HSL color Cylindrical-coordinate representation of color #B49065: hue angle of 32.66º degrees, saturation: 0.34, 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 #B49065 is Cyan = 0, Magento = 0.2, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 144 | 101 | - |
| CMYK | 0 | 0.2 | 0.44 | 0.29 |
| HSL | 32.66º | 0.34% | 0.55% | - |
| HSV(B) | 32.66º | 0.44% | 0.71% | - |
| XYZ | 31.14 | 30.59 | 16.57 | - |
| YUV | 149.86 | 100.43 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 144 | 101 | 0 | 0.2 | 0.44 | 0.29 | 32.66 | 0.34 | 0.55 |
| Hex | B4 | 90 | 65 | 0 | 14 | 2C | 1D | 21 | 22 | 37 |
| Octal | 264 | 220 | 145 | 0 | 24 | 54 | 35 | 41 | 42 | 67 |
| Binary | 10110100 | 10010000 | 1100101 | 0 | 10100 | 101100 | 11101 | 100001 | 100010 | 110111 |
Color Harmonies of #B49065
Complementary color
Monochromatic Colors of #B49065
Black with #B49065
Text Example
Text Example
White with #B49065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49065; }
p { color: rgb(180,144,101); }
H1.HeaderClassName
{
color: #B49065;
}
.AnyTagClassName
{
color: #B49065;
}
</style>
background-color css
<style>
a { background-color: #B49065; }
a { background-color: rgb(180,144,101); }
div.DivClassName
{
background-color: #B49065;
}
.BgClassName
{
background-color: #B49065;
}
</style>
border-color css
<style>
span { border-color: #B49065; }
span { border-color: rgb(180,144,101); }
td.TdClassName
{
border-color: #B49065;
}
.TagClassName
{
border-color: #B49065;
}
</style>