Shades of Barley Corn #B19A59
Tints of Barley Corn #B19A59
RGB
CMYK
RGB Variations
Color information
#B19A59 (or 0xB19A59) is known color: Barley Corn. HEX triplet: B1, 9A and 59. RGB value is (177,154,89). Sum of RGB (Red+Green+Blue) = 177+154+89=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 154 (60.55% from 255 or 36.67% from 420); Blue value is 89 (35.16% from 255 or 21.19% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19A59 is #4E65A6. Grayscale: #999999. Windows color (decimal): -5137831 or 5872305. OLE color: 5872305.
HSL color Cylindrical-coordinate representation of color #B19A59: hue angle of 44.32º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B19A59 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 154 | 89 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.31 |
| HSL | 44.32º | 0.36% | 0.52% | - |
| HSV(B) | 44.32º | 0.5% | 0.69% | - |
| XYZ | 31.49 | 33.18 | 14.2 | - |
| YUV | 153.47 | 91.62 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 154 | 89 | 0 | 0.13 | 0.50 | 0.31 | 44.32 | 0.36 | 0.52 |
| Hex | B1 | 9A | 59 | 0 | D | 32 | 1F | 2C | 24 | 34 |
| Octal | 261 | 232 | 131 | 0 | 15 | 62 | 37 | 54 | 44 | 64 |
| Binary | 10110001 | 10011010 | 1011001 | 0 | 1101 | 110010 | 11111 | 101100 | 100100 | 110100 |
Color Harmonies of #B19A59
Complementary color
Monochromatic Colors of #B19A59
Black with #B19A59
Text Example
Text Example
White with #B19A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19A59; }
p { color: rgb(177,154,89); }
H1.HeaderClassName
{
color: #B19A59;
}
.AnyTagClassName
{
color: #B19A59;
}
</style>
background-color css
<style>
a { background-color: #B19A59; }
a { background-color: rgb(177,154,89); }
div.DivClassName
{
background-color: #B19A59;
}
.BgClassName
{
background-color: #B19A59;
}
</style>
border-color css
<style>
span { border-color: #B19A59; }
span { border-color: rgb(177,154,89); }
td.TdClassName
{
border-color: #B19A59;
}
.TagClassName
{
border-color: #B19A59;
}
</style>