Shades of Barley Corn #B2935A
Tints of Barley Corn #B2935A
RGB
CMYK
RGB Variations
Color information
#B2935A (or 0xB2935A) is known color: Barley Corn. HEX triplet: B2, 93 and 5A. RGB value is (178,147,90). Sum of RGB (Red+Green+Blue) = 178+147+90=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 90 (35.55% from 255 or 21.69% from 415); Max value from RGB is 178 - color contains mainly: red. Hex color #B2935A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2935A is #4D6CA5. Grayscale: #969696. Windows color (decimal): -5074086 or 5936050. OLE color: 5936050.
HSL color Cylindrical-coordinate representation of color #B2935A: hue angle of 38.86º 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 #B2935A is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 147 | 90 | - |
| CMYK | 0 | 0.17 | 0.49 | 0.30 |
| HSL | 38.86º | 0.36% | 0.53% | - |
| HSV(B) | 38.86º | 0.49% | 0.7% | - |
| XYZ | 30.64 | 31.07 | 14.06 | - |
| YUV | 149.77 | 94.27 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 147 | 90 | 0 | 0.17 | 0.49 | 0.30 | 38.86 | 0.36 | 0.53 |
| Hex | B2 | 93 | 5A | 0 | 11 | 31 | 1E | 27 | 24 | 35 |
| Octal | 262 | 223 | 132 | 0 | 21 | 61 | 36 | 47 | 44 | 65 |
| Binary | 10110010 | 10010011 | 1011010 | 0 | 10001 | 110001 | 11110 | 100111 | 100100 | 110101 |
Color Harmonies of #B2935A
Complementary color
Monochromatic Colors of #B2935A
Black with #B2935A
Text Example
Text Example
White with #B2935A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2935A; }
p { color: rgb(178,147,90); }
H1.HeaderClassName
{
color: #B2935A;
}
.AnyTagClassName
{
color: #B2935A;
}
</style>
background-color css
<style>
a { background-color: #B2935A; }
a { background-color: rgb(178,147,90); }
div.DivClassName
{
background-color: #B2935A;
}
.BgClassName
{
background-color: #B2935A;
}
</style>
border-color css
<style>
span { border-color: #B2935A; }
span { border-color: rgb(178,147,90); }
td.TdClassName
{
border-color: #B2935A;
}
.TagClassName
{
border-color: #B2935A;
}
</style>