Shades of Barley Corn #B0915D
Tints of Barley Corn #B0915D
RGB
CMYK
RGB Variations
Color information
#B0915D (or 0xB0915D) is known color: Barley Corn. HEX triplet: B0, 91 and 5D. RGB value is (176,145,93). Sum of RGB (Red+Green+Blue) = 176+145+93=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B0915D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0915D is #4F6EA2. Grayscale: #949494. Windows color (decimal): -5205667 or 6132144. OLE color: 6132144.
HSL color Cylindrical-coordinate representation of color #B0915D: hue angle of 37.59º 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 #B0915D is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 145 | 93 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.31 |
| HSL | 37.59º | 0.34% | 0.53% | - |
| HSV(B) | 37.59º | 0.47% | 0.69% | - |
| XYZ | 30.01 | 30.27 | 14.62 | - |
| YUV | 148.34 | 96.77 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 145 | 93 | 0 | 0.18 | 0.47 | 0.31 | 37.59 | 0.34 | 0.53 |
| Hex | B0 | 91 | 5D | 0 | 12 | 2F | 1F | 26 | 22 | 35 |
| Octal | 260 | 221 | 135 | 0 | 22 | 57 | 37 | 46 | 42 | 65 |
| Binary | 10110000 | 10010001 | 1011101 | 0 | 10010 | 101111 | 11111 | 100110 | 100010 | 110101 |
Color Harmonies of #B0915D
Complementary color
Monochromatic Colors of #B0915D
Black with #B0915D
Text Example
Text Example
White with #B0915D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0915D; }
p { color: rgb(176,145,93); }
H1.HeaderClassName
{
color: #B0915D;
}
.AnyTagClassName
{
color: #B0915D;
}
</style>
background-color css
<style>
a { background-color: #B0915D; }
a { background-color: rgb(176,145,93); }
div.DivClassName
{
background-color: #B0915D;
}
.BgClassName
{
background-color: #B0915D;
}
</style>
border-color css
<style>
span { border-color: #B0915D; }
span { border-color: rgb(176,145,93); }
td.TdClassName
{
border-color: #B0915D;
}
.TagClassName
{
border-color: #B0915D;
}
</style>