Shades of Barley Corn #B49F65
Tints of Barley Corn #B49F65
RGB
CMYK
RGB Variations
Color information
#B49F65 (or 0xB49F65) is known color: Barley Corn. HEX triplet: B4, 9F and 65. RGB value is (180,159,101). Sum of RGB (Red+Green+Blue) = 180+159+101=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 159 (62.5% from 255 or 36.14% from 440); Blue value is 101 (39.84% from 255 or 22.95% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B49F65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49F65 is #4B609A. Grayscale: #9E9E9E. Windows color (decimal): -4939931 or 6660020. OLE color: 6660020.
HSL color Cylindrical-coordinate representation of color #B49F65: hue angle of 44.05º 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 #B49F65 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 159 | 101 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.29 |
| HSL | 44.05º | 0.34% | 0.55% | - |
| HSV(B) | 44.05º | 0.44% | 0.71% | - |
| XYZ | 33.57 | 35.44 | 17.38 | - |
| YUV | 158.67 | 95.46 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 159 | 101 | 0 | 0.12 | 0.44 | 0.29 | 44.05 | 0.34 | 0.55 |
| Hex | B4 | 9F | 65 | 0 | C | 2C | 1D | 2C | 22 | 37 |
| Octal | 264 | 237 | 145 | 0 | 14 | 54 | 35 | 54 | 42 | 67 |
| Binary | 10110100 | 10011111 | 1100101 | 0 | 1100 | 101100 | 11101 | 101100 | 100010 | 110111 |
Color Harmonies of #B49F65
Complementary color
Monochromatic Colors of #B49F65
Black with #B49F65
Text Example
Text Example
White with #B49F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49F65; }
p { color: rgb(180,159,101); }
H1.HeaderClassName
{
color: #B49F65;
}
.AnyTagClassName
{
color: #B49F65;
}
</style>
background-color css
<style>
a { background-color: #B49F65; }
a { background-color: rgb(180,159,101); }
div.DivClassName
{
background-color: #B49F65;
}
.BgClassName
{
background-color: #B49F65;
}
</style>
border-color css
<style>
span { border-color: #B49F65; }
span { border-color: rgb(180,159,101); }
td.TdClassName
{
border-color: #B49F65;
}
.TagClassName
{
border-color: #B49F65;
}
</style>