Shades of Barley Corn #B19E5D
Tints of Barley Corn #B19E5D
RGB
CMYK
RGB Variations
Color information
#B19E5D (or 0xB19E5D) is known color: Barley Corn. HEX triplet: B1, 9E and 5D. RGB value is (177,158,93). Sum of RGB (Red+Green+Blue) = 177+158+93=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 158 (62.11% from 255 or 36.92% from 428); Blue value is 93 (36.72% from 255 or 21.73% from 428); Max value from RGB is 177 - color contains mainly: red. Hex color #B19E5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19E5D is #4E61A2. Grayscale: #9C9C9C. Windows color (decimal): -5136803 or 6135473. OLE color: 6135473.
HSL color Cylindrical-coordinate representation of color #B19E5D: hue angle of 46.43º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B19E5D is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 158 | 93 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.31 |
| HSL | 46.43º | 0.35% | 0.53% | - |
| HSV(B) | 46.43º | 0.47% | 0.69% | - |
| XYZ | 32.33 | 34.59 | 15.33 | - |
| YUV | 156.27 | 92.29 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 158 | 93 | 0 | 0.11 | 0.47 | 0.31 | 46.43 | 0.35 | 0.53 |
| Hex | B1 | 9E | 5D | 0 | B | 2F | 1F | 2E | 23 | 35 |
| Octal | 261 | 236 | 135 | 0 | 13 | 57 | 37 | 56 | 43 | 65 |
| Binary | 10110001 | 10011110 | 1011101 | 0 | 1011 | 101111 | 11111 | 101110 | 100011 | 110101 |
Color Harmonies of #B19E5D
Complementary color
Monochromatic Colors of #B19E5D
Black with #B19E5D
Text Example
Text Example
White with #B19E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19E5D; }
p { color: rgb(177,158,93); }
H1.HeaderClassName
{
color: #B19E5D;
}
.AnyTagClassName
{
color: #B19E5D;
}
</style>
background-color css
<style>
a { background-color: #B19E5D; }
a { background-color: rgb(177,158,93); }
div.DivClassName
{
background-color: #B19E5D;
}
.BgClassName
{
background-color: #B19E5D;
}
</style>
border-color css
<style>
span { border-color: #B19E5D; }
span { border-color: rgb(177,158,93); }
td.TdClassName
{
border-color: #B19E5D;
}
.TagClassName
{
border-color: #B19E5D;
}
</style>