Shades of Barley Corn #B2915C
Tints of Barley Corn #B2915C
RGB
CMYK
RGB Variations
Color information
#B2915C (or 0xB2915C) is known color: Barley Corn. HEX triplet: B2, 91 and 5C. RGB value is (178,145,92). Sum of RGB (Red+Green+Blue) = 178+145+92=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 145 (57.03% from 255 or 34.94% from 415); Blue value is 92 (36.33% from 255 or 22.17% from 415); Max value from RGB is 178 - color contains mainly: red. Hex color #B2915C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2915C is #4D6EA3. Grayscale: #959595. Windows color (decimal): -5074596 or 6066610. OLE color: 6066610.
HSL color Cylindrical-coordinate representation of color #B2915C: hue angle of 36.98º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B2915C is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 145 | 92 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.30 |
| HSL | 36.98º | 0.36% | 0.53% | - |
| HSV(B) | 36.98º | 0.48% | 0.7% | - |
| XYZ | 30.42 | 30.49 | 14.41 | - |
| YUV | 148.83 | 95.93 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 145 | 92 | 0 | 0.19 | 0.48 | 0.30 | 36.98 | 0.36 | 0.53 |
| Hex | B2 | 91 | 5C | 0 | 13 | 30 | 1E | 25 | 24 | 35 |
| Octal | 262 | 221 | 134 | 0 | 23 | 60 | 36 | 45 | 44 | 65 |
| Binary | 10110010 | 10010001 | 1011100 | 0 | 10011 | 110000 | 11110 | 100101 | 100100 | 110101 |
Color Harmonies of #B2915C
Complementary color
Monochromatic Colors of #B2915C
Black with #B2915C
Text Example
Text Example
White with #B2915C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2915C; }
p { color: rgb(178,145,92); }
H1.HeaderClassName
{
color: #B2915C;
}
.AnyTagClassName
{
color: #B2915C;
}
</style>
background-color css
<style>
a { background-color: #B2915C; }
a { background-color: rgb(178,145,92); }
div.DivClassName
{
background-color: #B2915C;
}
.BgClassName
{
background-color: #B2915C;
}
</style>
border-color css
<style>
span { border-color: #B2915C; }
span { border-color: rgb(178,145,92); }
td.TdClassName
{
border-color: #B2915C;
}
.TagClassName
{
border-color: #B2915C;
}
</style>