Shades of Barley Corn #B49D68
Tints of Barley Corn #B49D68
RGB
CMYK
RGB Variations
Color information
#B49D68 (or 0xB49D68) is known color: Barley Corn. HEX triplet: B4, 9D and 68. RGB value is (180,157,104). Sum of RGB (Red+Green+Blue) = 180+157+104=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 157 (61.72% from 255 or 35.60% from 441); Blue value is 104 (41.02% from 255 or 23.58% from 441); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49D68 is #4B6297. Grayscale: #9E9E9E. Windows color (decimal): -4940440 or 6856116. OLE color: 6856116.
HSL color Cylindrical-coordinate representation of color #B49D68: hue angle of 41.84º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B49D68 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 157 | 104 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.29 |
| HSL | 41.84º | 0.34% | 0.56% | - |
| HSV(B) | 41.84º | 0.42% | 0.71% | - |
| XYZ | 33.38 | 34.82 | 18.06 | - |
| YUV | 157.84 | 97.62 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 157 | 104 | 0 | 0.13 | 0.42 | 0.29 | 41.84 | 0.34 | 0.56 |
| Hex | B4 | 9D | 68 | 0 | D | 2A | 1D | 2A | 22 | 38 |
| Octal | 264 | 235 | 150 | 0 | 15 | 52 | 35 | 52 | 42 | 70 |
| Binary | 10110100 | 10011101 | 1101000 | 0 | 1101 | 101010 | 11101 | 101010 | 100010 | 111000 |
Color Harmonies of #B49D68
Complementary color
Monochromatic Colors of #B49D68
Black with #B49D68
Text Example
Text Example
White with #B49D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49D68; }
p { color: rgb(180,157,104); }
H1.HeaderClassName
{
color: #B49D68;
}
.AnyTagClassName
{
color: #B49D68;
}
</style>
background-color css
<style>
a { background-color: #B49D68; }
a { background-color: rgb(180,157,104); }
div.DivClassName
{
background-color: #B49D68;
}
.BgClassName
{
background-color: #B49D68;
}
</style>
border-color css
<style>
span { border-color: #B49D68; }
span { border-color: rgb(180,157,104); }
td.TdClassName
{
border-color: #B49D68;
}
.TagClassName
{
border-color: #B49D68;
}
</style>