Shades of Barley Corn #B19263
Tints of Barley Corn #B19263
RGB
CMYK
RGB Variations
Color information
#B19263 (or 0xB19263) is known color: Barley Corn. HEX triplet: B1, 92 and 63. RGB value is (177,146,99). Sum of RGB (Red+Green+Blue) = 177+146+99=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 146 (57.42% from 255 or 34.60% from 422); Blue value is 99 (39.06% from 255 or 23.46% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B19263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19263 is #4E6D9C. Grayscale: #969696. Windows color (decimal): -5139869 or 6525617. OLE color: 6525617.
HSL color Cylindrical-coordinate representation of color #B19263: hue angle of 36.15º 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 #B19263 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 146 | 99 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.31 |
| HSL | 36.15º | 0.33% | 0.54% | - |
| HSV(B) | 36.15º | 0.44% | 0.69% | - |
| XYZ | 30.66 | 30.81 | 16.13 | - |
| YUV | 149.91 | 99.27 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 146 | 99 | 0 | 0.18 | 0.44 | 0.31 | 36.15 | 0.33 | 0.54 |
| Hex | B1 | 92 | 63 | 0 | 12 | 2C | 1F | 24 | 21 | 36 |
| Octal | 261 | 222 | 143 | 0 | 22 | 54 | 37 | 44 | 41 | 66 |
| Binary | 10110001 | 10010010 | 1100011 | 0 | 10010 | 101100 | 11111 | 100100 | 100001 | 110110 |
Color Harmonies of #B19263
Complementary color
Monochromatic Colors of #B19263
Black with #B19263
Text Example
Text Example
White with #B19263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19263; }
p { color: rgb(177,146,99); }
H1.HeaderClassName
{
color: #B19263;
}
.AnyTagClassName
{
color: #B19263;
}
</style>
background-color css
<style>
a { background-color: #B19263; }
a { background-color: rgb(177,146,99); }
div.DivClassName
{
background-color: #B19263;
}
.BgClassName
{
background-color: #B19263;
}
</style>
border-color css
<style>
span { border-color: #B19263; }
span { border-color: rgb(177,146,99); }
td.TdClassName
{
border-color: #B19263;
}
.TagClassName
{
border-color: #B19263;
}
</style>