Shades of Barley Corn #B49A69
Tints of Barley Corn #B49A69
RGB
CMYK
RGB Variations
Color information
#B49A69 (or 0xB49A69) is known color: Barley Corn. HEX triplet: B4, 9A and 69. RGB value is (180,154,105). Sum of RGB (Red+Green+Blue) = 180+154+105=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 154 (60.55% from 255 or 35.08% from 439); Blue value is 105 (41.41% from 255 or 23.92% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B49A69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49A69 is #4B6596. Grayscale: #9C9C9C. Windows color (decimal): -4941207 or 6920884. OLE color: 6920884.
HSL color Cylindrical-coordinate representation of color #B49A69: hue angle of 39.2º degrees, saturation: 0.33, 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 #B49A69 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 154 | 105 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.29 |
| HSL | 39.2º | 0.33% | 0.56% | - |
| HSV(B) | 39.2º | 0.42% | 0.71% | - |
| XYZ | 32.93 | 33.83 | 18.16 | - |
| YUV | 156.19 | 99.11 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 154 | 105 | 0 | 0.14 | 0.42 | 0.29 | 39.2 | 0.33 | 0.56 |
| Hex | B4 | 9A | 69 | 0 | E | 2A | 1D | 27 | 21 | 38 |
| Octal | 264 | 232 | 151 | 0 | 16 | 52 | 35 | 47 | 41 | 70 |
| Binary | 10110100 | 10011010 | 1101001 | 0 | 1110 | 101010 | 11101 | 100111 | 100001 | 111000 |
Color Harmonies of #B49A69
Complementary color
Monochromatic Colors of #B49A69
Black with #B49A69
Text Example
Text Example
White with #B49A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49A69; }
p { color: rgb(180,154,105); }
H1.HeaderClassName
{
color: #B49A69;
}
.AnyTagClassName
{
color: #B49A69;
}
</style>
background-color css
<style>
a { background-color: #B49A69; }
a { background-color: rgb(180,154,105); }
div.DivClassName
{
background-color: #B49A69;
}
.BgClassName
{
background-color: #B49A69;
}
</style>
border-color css
<style>
span { border-color: #B49A69; }
span { border-color: rgb(180,154,105); }
td.TdClassName
{
border-color: #B49A69;
}
.TagClassName
{
border-color: #B49A69;
}
</style>