Shades of Barley Corn #B19E5F
Tints of Barley Corn #B19E5F
RGB
CMYK
RGB Variations
Color information
#B19E5F (or 0xB19E5F) is known color: Barley Corn. HEX triplet: B1, 9E and 5F. RGB value is (177,158,95). Sum of RGB (Red+Green+Blue) = 177+158+95=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 158 (62.11% from 255 or 36.74% from 430); Blue value is 95 (37.5% from 255 or 22.09% from 430); Max value from RGB is 177 - color contains mainly: red. Hex color #B19E5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19E5F is #4E61A0. Grayscale: #9C9C9C. Windows color (decimal): -5136801 or 6266545. OLE color: 6266545.
HSL color Cylindrical-coordinate representation of color #B19E5F: hue angle of 46.1º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B19E5F is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 158 | 95 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.31 |
| HSL | 46.1º | 0.34% | 0.53% | - |
| HSV(B) | 46.1º | 0.46% | 0.69% | - |
| XYZ | 32.42 | 34.63 | 15.8 | - |
| YUV | 156.5 | 93.29 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 158 | 95 | 0 | 0.11 | 0.46 | 0.31 | 46.1 | 0.34 | 0.53 |
| Hex | B1 | 9E | 5F | 0 | B | 2E | 1F | 2E | 22 | 35 |
| Octal | 261 | 236 | 137 | 0 | 13 | 56 | 37 | 56 | 42 | 65 |
| Binary | 10110001 | 10011110 | 1011111 | 0 | 1011 | 101110 | 11111 | 101110 | 100010 | 110101 |
Color Harmonies of #B19E5F
Complementary color
Monochromatic Colors of #B19E5F
Black with #B19E5F
Text Example
Text Example
White with #B19E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19E5F; }
p { color: rgb(177,158,95); }
H1.HeaderClassName
{
color: #B19E5F;
}
.AnyTagClassName
{
color: #B19E5F;
}
</style>
background-color css
<style>
a { background-color: #B19E5F; }
a { background-color: rgb(177,158,95); }
div.DivClassName
{
background-color: #B19E5F;
}
.BgClassName
{
background-color: #B19E5F;
}
</style>
border-color css
<style>
span { border-color: #B19E5F; }
span { border-color: rgb(177,158,95); }
td.TdClassName
{
border-color: #B19E5F;
}
.TagClassName
{
border-color: #B19E5F;
}
</style>