Shades of Barley Corn #B19162
Tints of Barley Corn #B19162
RGB
CMYK
RGB Variations
Color information
#B19162 (or 0xB19162) is known color: Barley Corn. HEX triplet: B1, 91 and 62. RGB value is (177,145,98). Sum of RGB (Red+Green+Blue) = 177+145+98=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 145 (57.03% from 255 or 34.52% from 420); Blue value is 98 (38.67% from 255 or 23.33% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B19162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19162 is #4E6E9D. Grayscale: #959595. Windows color (decimal): -5140126 or 6459825. OLE color: 6459825.
HSL color Cylindrical-coordinate representation of color #B19162: hue angle of 35.7º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B19162 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 145 | 98 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.31 |
| HSL | 35.7º | 0.34% | 0.54% | - |
| HSV(B) | 35.7º | 0.45% | 0.69% | - |
| XYZ | 30.46 | 30.48 | 15.83 | - |
| YUV | 149.21 | 99.1 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 145 | 98 | 0 | 0.18 | 0.45 | 0.31 | 35.7 | 0.34 | 0.54 |
| Hex | B1 | 91 | 62 | 0 | 12 | 2D | 1F | 24 | 22 | 36 |
| Octal | 261 | 221 | 142 | 0 | 22 | 55 | 37 | 44 | 42 | 66 |
| Binary | 10110001 | 10010001 | 1100010 | 0 | 10010 | 101101 | 11111 | 100100 | 100010 | 110110 |
Color Harmonies of #B19162
Complementary color
Monochromatic Colors of #B19162
Black with #B19162
Text Example
Text Example
White with #B19162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19162; }
p { color: rgb(177,145,98); }
H1.HeaderClassName
{
color: #B19162;
}
.AnyTagClassName
{
color: #B19162;
}
</style>
background-color css
<style>
a { background-color: #B19162; }
a { background-color: rgb(177,145,98); }
div.DivClassName
{
background-color: #B19162;
}
.BgClassName
{
background-color: #B19162;
}
</style>
border-color css
<style>
span { border-color: #B19162; }
span { border-color: rgb(177,145,98); }
td.TdClassName
{
border-color: #B19162;
}
.TagClassName
{
border-color: #B19162;
}
</style>