Shades of Barley Corn #B2915A
Tints of Barley Corn #B2915A
RGB
CMYK
RGB Variations
Color information
#B2915A (or 0xB2915A) is known color: Barley Corn. HEX triplet: B2, 91 and 5A. RGB value is (178,145,90). Sum of RGB (Red+Green+Blue) = 178+145+90=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 178 - color contains mainly: red. Hex color #B2915A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2915A is #4D6EA5. Grayscale: #949494. Windows color (decimal): -5074598 or 5935538. OLE color: 5935538.
HSL color Cylindrical-coordinate representation of color #B2915A: hue angle of 37.5º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B2915A is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 145 | 90 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.30 |
| HSL | 37.5º | 0.36% | 0.53% | - |
| HSV(B) | 37.5º | 0.49% | 0.7% | - |
| XYZ | 30.33 | 30.45 | 13.95 | - |
| YUV | 148.6 | 94.93 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 145 | 90 | 0 | 0.19 | 0.49 | 0.30 | 37.5 | 0.36 | 0.53 |
| Hex | B2 | 91 | 5A | 0 | 13 | 31 | 1E | 26 | 24 | 35 |
| Octal | 262 | 221 | 132 | 0 | 23 | 61 | 36 | 46 | 44 | 65 |
| Binary | 10110010 | 10010001 | 1011010 | 0 | 10011 | 110001 | 11110 | 100110 | 100100 | 110101 |
Color Harmonies of #B2915A
Complementary color
Monochromatic Colors of #B2915A
Black with #B2915A
Text Example
Text Example
White with #B2915A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2915A; }
p { color: rgb(178,145,90); }
H1.HeaderClassName
{
color: #B2915A;
}
.AnyTagClassName
{
color: #B2915A;
}
</style>
background-color css
<style>
a { background-color: #B2915A; }
a { background-color: rgb(178,145,90); }
div.DivClassName
{
background-color: #B2915A;
}
.BgClassName
{
background-color: #B2915A;
}
</style>
border-color css
<style>
span { border-color: #B2915A; }
span { border-color: rgb(178,145,90); }
td.TdClassName
{
border-color: #B2915A;
}
.TagClassName
{
border-color: #B2915A;
}
</style>