Shades of Barley Corn #B19560
Tints of Barley Corn #B19560
RGB
CMYK
RGB Variations
Color information
#B19560 (or 0xB19560) is known color: Barley Corn. HEX triplet: B1, 95 and 60. RGB value is (177,149,96). Sum of RGB (Red+Green+Blue) = 177+149+96=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 96 (37.89% from 255 or 22.75% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B19560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19560 is #4E6A9F. Grayscale: #979797. Windows color (decimal): -5139104 or 6329777. OLE color: 6329777.
HSL color Cylindrical-coordinate representation of color #B19560: hue angle of 39.26º 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 #B19560 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 149 | 96 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.31 |
| HSL | 39.26º | 0.34% | 0.54% | - |
| HSV(B) | 39.26º | 0.46% | 0.69% | - |
| XYZ | 30.99 | 31.69 | 15.55 | - |
| YUV | 151.33 | 96.78 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 149 | 96 | 0 | 0.16 | 0.46 | 0.31 | 39.26 | 0.34 | 0.54 |
| Hex | B1 | 95 | 60 | 0 | 10 | 2E | 1F | 27 | 22 | 36 |
| Octal | 261 | 225 | 140 | 0 | 20 | 56 | 37 | 47 | 42 | 66 |
| Binary | 10110001 | 10010101 | 1100000 | 0 | 10000 | 101110 | 11111 | 100111 | 100010 | 110110 |
Color Harmonies of #B19560
Complementary color
Monochromatic Colors of #B19560
Black with #B19560
Text Example
Text Example
White with #B19560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19560; }
p { color: rgb(177,149,96); }
H1.HeaderClassName
{
color: #B19560;
}
.AnyTagClassName
{
color: #B19560;
}
</style>
background-color css
<style>
a { background-color: #B19560; }
a { background-color: rgb(177,149,96); }
div.DivClassName
{
background-color: #B19560;
}
.BgClassName
{
background-color: #B19560;
}
</style>
border-color css
<style>
span { border-color: #B19560; }
span { border-color: rgb(177,149,96); }
td.TdClassName
{
border-color: #B19560;
}
.TagClassName
{
border-color: #B19560;
}
</style>