Shades of Barley Corn #B2955B
Tints of Barley Corn #B2955B
RGB
CMYK
RGB Variations
Color information
#B2955B (or 0xB2955B) is known color: Barley Corn. HEX triplet: B2, 95 and 5B. RGB value is (178,149,91). Sum of RGB (Red+Green+Blue) = 178+149+91=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 149 (58.59% from 255 or 35.65% from 418); Blue value is 91 (35.94% from 255 or 21.77% from 418); Max value from RGB is 178 - color contains mainly: red. Hex color #B2955B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2955B is #4D6AA4. Grayscale: #979797. Windows color (decimal): -5073573 or 6002098. OLE color: 6002098.
HSL color Cylindrical-coordinate representation of color #B2955B: hue angle of 40º 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 #B2955B is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 149 | 91 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.30 |
| HSL | 40º | 0.36% | 0.53% | - |
| HSV(B) | 40º | 0.49% | 0.7% | - |
| XYZ | 31 | 31.72 | 14.39 | - |
| YUV | 151.06 | 94.11 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 149 | 91 | 0 | 0.16 | 0.49 | 0.30 | 40 | 0.36 | 0.53 |
| Hex | B2 | 95 | 5B | 0 | 10 | 31 | 1E | 28 | 24 | 35 |
| Octal | 262 | 225 | 133 | 0 | 20 | 61 | 36 | 50 | 44 | 65 |
| Binary | 10110010 | 10010101 | 1011011 | 0 | 10000 | 110001 | 11110 | 101000 | 100100 | 110101 |
Color Harmonies of #B2955B
Complementary color
Monochromatic Colors of #B2955B
Black with #B2955B
Text Example
Text Example
White with #B2955B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2955B; }
p { color: rgb(178,149,91); }
H1.HeaderClassName
{
color: #B2955B;
}
.AnyTagClassName
{
color: #B2955B;
}
</style>
background-color css
<style>
a { background-color: #B2955B; }
a { background-color: rgb(178,149,91); }
div.DivClassName
{
background-color: #B2955B;
}
.BgClassName
{
background-color: #B2955B;
}
</style>
border-color css
<style>
span { border-color: #B2955B; }
span { border-color: rgb(178,149,91); }
td.TdClassName
{
border-color: #B2955B;
}
.TagClassName
{
border-color: #B2955B;
}
</style>