Shades of Barley Corn #B0895E
Tints of Barley Corn #B0895E
RGB
CMYK
RGB Variations
Color information
#B0895E (or 0xB0895E) is known color: Barley Corn. HEX triplet: B0, 89 and 5E. RGB value is (176,137,94). Sum of RGB (Red+Green+Blue) = 176+137+94=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 94 (37.11% from 255 or 23.10% from 407); Max value from RGB is 176 - color contains mainly: red. Hex color #B0895E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0895E is #4F76A1. Grayscale: #8F8F8F. Windows color (decimal): -5207714 or 6195632. OLE color: 6195632.
HSL color Cylindrical-coordinate representation of color #B0895E: hue angle of 31.46º degrees, saturation: 0.34, 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 #B0895E is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 137 | 94 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.31 |
| HSL | 31.46º | 0.34% | 0.53% | - |
| HSV(B) | 31.46º | 0.47% | 0.69% | - |
| XYZ | 28.87 | 27.93 | 14.46 | - |
| YUV | 143.76 | 99.92 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 137 | 94 | 0 | 0.22 | 0.47 | 0.31 | 31.46 | 0.34 | 0.53 |
| Hex | B0 | 89 | 5E | 0 | 16 | 2F | 1F | 1F | 22 | 35 |
| Octal | 260 | 211 | 136 | 0 | 26 | 57 | 37 | 37 | 42 | 65 |
| Binary | 10110000 | 10001001 | 1011110 | 0 | 10110 | 101111 | 11111 | 11111 | 100010 | 110101 |
Color Harmonies of #B0895E
Complementary color
Monochromatic Colors of #B0895E
Black with #B0895E
Text Example
Text Example
White with #B0895E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0895E; }
p { color: rgb(176,137,94); }
H1.HeaderClassName
{
color: #B0895E;
}
.AnyTagClassName
{
color: #B0895E;
}
</style>
background-color css
<style>
a { background-color: #B0895E; }
a { background-color: rgb(176,137,94); }
div.DivClassName
{
background-color: #B0895E;
}
.BgClassName
{
background-color: #B0895E;
}
</style>
border-color css
<style>
span { border-color: #B0895E; }
span { border-color: rgb(176,137,94); }
td.TdClassName
{
border-color: #B0895E;
}
.TagClassName
{
border-color: #B0895E;
}
</style>