Shades of Barley Corn #B19E65
Tints of Barley Corn #B19E65
RGB
CMYK
RGB Variations
Color information
#B19E65 (or 0xB19E65) is known color: Barley Corn. HEX triplet: B1, 9E and 65. RGB value is (177,158,101). Sum of RGB (Red+Green+Blue) = 177+158+101=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 158 (62.11% from 255 or 36.24% from 436); Blue value is 101 (39.84% from 255 or 23.17% from 436); Max value from RGB is 177 - color contains mainly: red. Hex color #B19E65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19E65 is #4E619A. Grayscale: #9D9D9D. Windows color (decimal): -5136795 or 6659761. OLE color: 6659761.
HSL color Cylindrical-coordinate representation of color #B19E65: hue angle of 45º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B19E65 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 158 | 101 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.31 |
| HSL | 45º | 0.33% | 0.55% | - |
| HSV(B) | 45º | 0.43% | 0.69% | - |
| XYZ | 32.71 | 34.74 | 17.29 | - |
| YUV | 157.18 | 96.29 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 158 | 101 | 0 | 0.11 | 0.43 | 0.31 | 45 | 0.33 | 0.55 |
| Hex | B1 | 9E | 65 | 0 | B | 2B | 1F | 2D | 21 | 37 |
| Octal | 261 | 236 | 145 | 0 | 13 | 53 | 37 | 55 | 41 | 67 |
| Binary | 10110001 | 10011110 | 1100101 | 0 | 1011 | 101011 | 11111 | 101101 | 100001 | 110111 |
Color Harmonies of #B19E65
Complementary color
Monochromatic Colors of #B19E65
Black with #B19E65
Text Example
Text Example
White with #B19E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19E65; }
p { color: rgb(177,158,101); }
H1.HeaderClassName
{
color: #B19E65;
}
.AnyTagClassName
{
color: #B19E65;
}
</style>
background-color css
<style>
a { background-color: #B19E65; }
a { background-color: rgb(177,158,101); }
div.DivClassName
{
background-color: #B19E65;
}
.BgClassName
{
background-color: #B19E65;
}
</style>
border-color css
<style>
span { border-color: #B19E65; }
span { border-color: rgb(177,158,101); }
td.TdClassName
{
border-color: #B19E65;
}
.TagClassName
{
border-color: #B19E65;
}
</style>