Shades of Barley Corn #B19E63
Tints of Barley Corn #B19E63
RGB
CMYK
RGB Variations
Color information
#B19E63 (or 0xB19E63) is known color: Barley Corn. HEX triplet: B1, 9E and 63. RGB value is (177,158,99). Sum of RGB (Red+Green+Blue) = 177+158+99=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 158 (62.11% from 255 or 36.41% from 434); Blue value is 99 (39.06% from 255 or 22.81% from 434); Max value from RGB is 177 - color contains mainly: red. Hex color #B19E63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19E63 is #4E619C. Grayscale: #9D9D9D. Windows color (decimal): -5136797 or 6528689. OLE color: 6528689.
HSL color Cylindrical-coordinate representation of color #B19E63: hue angle of 45.38º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B19E63 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 158 | 99 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.31 |
| HSL | 45.38º | 0.33% | 0.54% | - |
| HSV(B) | 45.38º | 0.44% | 0.69% | - |
| XYZ | 32.61 | 34.7 | 16.78 | - |
| YUV | 156.96 | 95.29 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 158 | 99 | 0 | 0.11 | 0.44 | 0.31 | 45.38 | 0.33 | 0.54 |
| Hex | B1 | 9E | 63 | 0 | B | 2C | 1F | 2D | 21 | 36 |
| Octal | 261 | 236 | 143 | 0 | 13 | 54 | 37 | 55 | 41 | 66 |
| Binary | 10110001 | 10011110 | 1100011 | 0 | 1011 | 101100 | 11111 | 101101 | 100001 | 110110 |
Color Harmonies of #B19E63
Complementary color
Monochromatic Colors of #B19E63
Black with #B19E63
Text Example
Text Example
White with #B19E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19E63; }
p { color: rgb(177,158,99); }
H1.HeaderClassName
{
color: #B19E63;
}
.AnyTagClassName
{
color: #B19E63;
}
</style>
background-color css
<style>
a { background-color: #B19E63; }
a { background-color: rgb(177,158,99); }
div.DivClassName
{
background-color: #B19E63;
}
.BgClassName
{
background-color: #B19E63;
}
</style>
border-color css
<style>
span { border-color: #B19E63; }
span { border-color: rgb(177,158,99); }
td.TdClassName
{
border-color: #B19E63;
}
.TagClassName
{
border-color: #B19E63;
}
</style>