Shades of Barley Corn #B2985A
Tints of Barley Corn #B2985A
RGB
CMYK
RGB Variations
Color information
#B2985A (or 0xB2985A) is known color: Barley Corn. HEX triplet: B2, 98 and 5A. RGB value is (178,152,90). Sum of RGB (Red+Green+Blue) = 178+152+90=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 90 (35.55% from 255 or 21.43% from 420); Max value from RGB is 178 - color contains mainly: red. Hex color #B2985A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2985A is #4D67A5. Grayscale: #989898. Windows color (decimal): -5072806 or 5937330. OLE color: 5937330.
HSL color Cylindrical-coordinate representation of color #B2985A: hue angle of 42.27º 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 #B2985A is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 152 | 90 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.30 |
| HSL | 42.27º | 0.36% | 0.53% | - |
| HSV(B) | 42.27º | 0.49% | 0.7% | - |
| XYZ | 31.43 | 32.66 | 14.32 | - |
| YUV | 152.71 | 92.61 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 152 | 90 | 0 | 0.15 | 0.49 | 0.30 | 42.27 | 0.36 | 0.53 |
| Hex | B2 | 98 | 5A | 0 | F | 31 | 1E | 2A | 24 | 35 |
| Octal | 262 | 230 | 132 | 0 | 17 | 61 | 36 | 52 | 44 | 65 |
| Binary | 10110010 | 10011000 | 1011010 | 0 | 1111 | 110001 | 11110 | 101010 | 100100 | 110101 |
Color Harmonies of #B2985A
Complementary color
Monochromatic Colors of #B2985A
Black with #B2985A
Text Example
Text Example
White with #B2985A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2985A; }
p { color: rgb(178,152,90); }
H1.HeaderClassName
{
color: #B2985A;
}
.AnyTagClassName
{
color: #B2985A;
}
</style>
background-color css
<style>
a { background-color: #B2985A; }
a { background-color: rgb(178,152,90); }
div.DivClassName
{
background-color: #B2985A;
}
.BgClassName
{
background-color: #B2985A;
}
</style>
border-color css
<style>
span { border-color: #B2985A; }
span { border-color: rgb(178,152,90); }
td.TdClassName
{
border-color: #B2985A;
}
.TagClassName
{
border-color: #B2985A;
}
</style>