Shades of Barley Corn #B19056
Tints of Barley Corn #B19056
RGB
CMYK
RGB Variations
Color information
#B19056 (or 0xB19056) is known color: Barley Corn. HEX triplet: B1, 90 and 56. RGB value is (177,144,86). Sum of RGB (Red+Green+Blue) = 177+144+86=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 86 (33.98% from 255 or 21.13% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B19056 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19056 is #4E6FA9. Grayscale: #939393. Windows color (decimal): -5140394 or 5673137. OLE color: 5673137.
HSL color Cylindrical-coordinate representation of color #B19056: hue angle of 38.24º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B19056 is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 144 | 86 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.31 |
| HSL | 38.24º | 0.37% | 0.52% | - |
| HSV(B) | 38.24º | 0.51% | 0.69% | - |
| XYZ | 29.78 | 29.97 | 13.02 | - |
| YUV | 147.26 | 93.43 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 144 | 86 | 0 | 0.19 | 0.51 | 0.31 | 38.24 | 0.37 | 0.52 |
| Hex | B1 | 90 | 56 | 0 | 13 | 33 | 1F | 26 | 25 | 34 |
| Octal | 261 | 220 | 126 | 0 | 23 | 63 | 37 | 46 | 45 | 64 |
| Binary | 10110001 | 10010000 | 1010110 | 0 | 10011 | 110011 | 11111 | 100110 | 100101 | 110100 |
Color Harmonies of #B19056
Complementary color
Monochromatic Colors of #B19056
Black with #B19056
Text Example
Text Example
White with #B19056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19056; }
p { color: rgb(177,144,86); }
H1.HeaderClassName
{
color: #B19056;
}
.AnyTagClassName
{
color: #B19056;
}
</style>
background-color css
<style>
a { background-color: #B19056; }
a { background-color: rgb(177,144,86); }
div.DivClassName
{
background-color: #B19056;
}
.BgClassName
{
background-color: #B19056;
}
</style>
border-color css
<style>
span { border-color: #B19056; }
span { border-color: rgb(177,144,86); }
td.TdClassName
{
border-color: #B19056;
}
.TagClassName
{
border-color: #B19056;
}
</style>