Shades of Barley Corn #B19160
Tints of Barley Corn #B19160
RGB
CMYK
RGB Variations
Color information
#B19160 (or 0xB19160) is known color: Barley Corn. HEX triplet: B1, 91 and 60. RGB value is (177,145,96). Sum of RGB (Red+Green+Blue) = 177+145+96=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 96 (37.89% from 255 or 22.97% from 418); Max value from RGB is 177 - color contains mainly: red. Hex color #B19160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19160 is #4E6E9F. Grayscale: #959595. Windows color (decimal): -5140128 or 6328753. OLE color: 6328753.
HSL color Cylindrical-coordinate representation of color #B19160: hue angle of 36.3º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B19160 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 145 | 96 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.31 |
| HSL | 36.3º | 0.34% | 0.54% | - |
| HSV(B) | 36.3º | 0.46% | 0.69% | - |
| XYZ | 30.37 | 30.44 | 15.34 | - |
| YUV | 148.98 | 98.1 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 145 | 96 | 0 | 0.18 | 0.46 | 0.31 | 36.3 | 0.34 | 0.54 |
| Hex | B1 | 91 | 60 | 0 | 12 | 2E | 1F | 24 | 22 | 36 |
| Octal | 261 | 221 | 140 | 0 | 22 | 56 | 37 | 44 | 42 | 66 |
| Binary | 10110001 | 10010001 | 1100000 | 0 | 10010 | 101110 | 11111 | 100100 | 100010 | 110110 |
Color Harmonies of #B19160
Complementary color
Monochromatic Colors of #B19160
Black with #B19160
Text Example
Text Example
White with #B19160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19160; }
p { color: rgb(177,145,96); }
H1.HeaderClassName
{
color: #B19160;
}
.AnyTagClassName
{
color: #B19160;
}
</style>
background-color css
<style>
a { background-color: #B19160; }
a { background-color: rgb(177,145,96); }
div.DivClassName
{
background-color: #B19160;
}
.BgClassName
{
background-color: #B19160;
}
</style>
border-color css
<style>
span { border-color: #B19160; }
span { border-color: rgb(177,145,96); }
td.TdClassName
{
border-color: #B19160;
}
.TagClassName
{
border-color: #B19160;
}
</style>