Shades of Barley Corn #B0915A
Tints of Barley Corn #B0915A
RGB
CMYK
RGB Variations
Color information
#B0915A (or 0xB0915A) is known color: Barley Corn. HEX triplet: B0, 91 and 5A. RGB value is (176,145,90). Sum of RGB (Red+Green+Blue) = 176+145+90=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 90 (35.55% from 255 or 21.90% from 411); Max value from RGB is 176 - color contains mainly: red. Hex color #B0915A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0915A is #4F6EA5. Grayscale: #949494. Windows color (decimal): -5205670 or 5935536. OLE color: 5935536.
HSL color Cylindrical-coordinate representation of color #B0915A: hue angle of 38.37º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B0915A is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 145 | 90 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.31 |
| HSL | 38.37º | 0.35% | 0.52% | - |
| HSV(B) | 38.37º | 0.49% | 0.69% | - |
| XYZ | 29.88 | 30.22 | 13.93 | - |
| YUV | 148 | 95.27 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 145 | 90 | 0 | 0.18 | 0.49 | 0.31 | 38.37 | 0.35 | 0.52 |
| Hex | B0 | 91 | 5A | 0 | 12 | 31 | 1F | 26 | 23 | 34 |
| Octal | 260 | 221 | 132 | 0 | 22 | 61 | 37 | 46 | 43 | 64 |
| Binary | 10110000 | 10010001 | 1011010 | 0 | 10010 | 110001 | 11111 | 100110 | 100011 | 110100 |
Color Harmonies of #B0915A
Complementary color
Monochromatic Colors of #B0915A
Black with #B0915A
Text Example
Text Example
White with #B0915A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0915A; }
p { color: rgb(176,145,90); }
H1.HeaderClassName
{
color: #B0915A;
}
.AnyTagClassName
{
color: #B0915A;
}
</style>
background-color css
<style>
a { background-color: #B0915A; }
a { background-color: rgb(176,145,90); }
div.DivClassName
{
background-color: #B0915A;
}
.BgClassName
{
background-color: #B0915A;
}
</style>
border-color css
<style>
span { border-color: #B0915A; }
span { border-color: rgb(176,145,90); }
td.TdClassName
{
border-color: #B0915A;
}
.TagClassName
{
border-color: #B0915A;
}
</style>