Shades of Barley Corn #B19166
Tints of Barley Corn #B19166
RGB
CMYK
RGB Variations
Color information
#B19166 (or 0xB19166) is known color: Barley Corn. HEX triplet: B1, 91 and 66. RGB value is (177,145,102). Sum of RGB (Red+Green+Blue) = 177+145+102=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 145 (57.03% from 255 or 34.20% from 424); Blue value is 102 (40.23% from 255 or 24.06% from 424); Max value from RGB is 177 - color contains mainly: red. Hex color #B19166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19166 is #4E6E99. Grayscale: #959595. Windows color (decimal): -5140122 or 6721969. OLE color: 6721969.
HSL color Cylindrical-coordinate representation of color #B19166: hue angle of 34.4º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B19166 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 145 | 102 | - |
| CMYK | 0 | 0.18 | 0.42 | 0.31 |
| HSL | 34.4º | 0.32% | 0.55% | - |
| HSV(B) | 34.4º | 0.42% | 0.69% | - |
| XYZ | 30.66 | 30.56 | 16.85 | - |
| YUV | 149.67 | 101.1 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 145 | 102 | 0 | 0.18 | 0.42 | 0.31 | 34.4 | 0.32 | 0.55 |
| Hex | B1 | 91 | 66 | 0 | 12 | 2A | 1F | 22 | 20 | 37 |
| Octal | 261 | 221 | 146 | 0 | 22 | 52 | 37 | 42 | 40 | 67 |
| Binary | 10110001 | 10010001 | 1100110 | 0 | 10010 | 101010 | 11111 | 100010 | 100000 | 110111 |
Color Harmonies of #B19166
Complementary color
Monochromatic Colors of #B19166
Black with #B19166
Text Example
Text Example
White with #B19166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19166; }
p { color: rgb(177,145,102); }
H1.HeaderClassName
{
color: #B19166;
}
.AnyTagClassName
{
color: #B19166;
}
</style>
background-color css
<style>
a { background-color: #B19166; }
a { background-color: rgb(177,145,102); }
div.DivClassName
{
background-color: #B19166;
}
.BgClassName
{
background-color: #B19166;
}
</style>
border-color css
<style>
span { border-color: #B19166; }
span { border-color: rgb(177,145,102); }
td.TdClassName
{
border-color: #B19166;
}
.TagClassName
{
border-color: #B19166;
}
</style>