Shades of Barley Corn #B2935C
Tints of Barley Corn #B2935C
RGB
CMYK
RGB Variations
Color information
#B2935C (or 0xB2935C) is known color: Barley Corn. HEX triplet: B2, 93 and 5C. RGB value is (178,147,92). Sum of RGB (Red+Green+Blue) = 178+147+92=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 92 (36.33% from 255 or 22.06% from 417); Max value from RGB is 178 - color contains mainly: red. Hex color #B2935C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2935C is #4D6CA3. Grayscale: #969696. Windows color (decimal): -5074084 or 6067122. OLE color: 6067122.
HSL color Cylindrical-coordinate representation of color #B2935C: hue angle of 38.37º 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 #B2935C is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 147 | 92 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.30 |
| HSL | 38.37º | 0.36% | 0.53% | - |
| HSV(B) | 38.37º | 0.48% | 0.7% | - |
| XYZ | 30.73 | 31.11 | 14.51 | - |
| YUV | 150 | 95.27 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 147 | 92 | 0 | 0.17 | 0.48 | 0.30 | 38.37 | 0.36 | 0.53 |
| Hex | B2 | 93 | 5C | 0 | 11 | 30 | 1E | 26 | 24 | 35 |
| Octal | 262 | 223 | 134 | 0 | 21 | 60 | 36 | 46 | 44 | 65 |
| Binary | 10110010 | 10010011 | 1011100 | 0 | 10001 | 110000 | 11110 | 100110 | 100100 | 110101 |
Color Harmonies of #B2935C
Complementary color
Monochromatic Colors of #B2935C
Black with #B2935C
Text Example
Text Example
White with #B2935C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2935C; }
p { color: rgb(178,147,92); }
H1.HeaderClassName
{
color: #B2935C;
}
.AnyTagClassName
{
color: #B2935C;
}
</style>
background-color css
<style>
a { background-color: #B2935C; }
a { background-color: rgb(178,147,92); }
div.DivClassName
{
background-color: #B2935C;
}
.BgClassName
{
background-color: #B2935C;
}
</style>
border-color css
<style>
span { border-color: #B2935C; }
span { border-color: rgb(178,147,92); }
td.TdClassName
{
border-color: #B2935C;
}
.TagClassName
{
border-color: #B2935C;
}
</style>