Shades of Barley Corn #B29C61
Tints of Barley Corn #B29C61
RGB
CMYK
RGB Variations
Color information
#B29C61 (or 0xB29C61) is known color: Barley Corn. HEX triplet: B2, 9C and 61. RGB value is (178,156,97). Sum of RGB (Red+Green+Blue) = 178+156+97=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 156 (61.33% from 255 or 36.19% from 431); Blue value is 97 (38.28% from 255 or 22.51% from 431); Max value from RGB is 178 - color contains mainly: red. Hex color #B29C61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29C61 is #4D639E. Grayscale: #9C9C9C. Windows color (decimal): -5071775 or 6397106. OLE color: 6397106.
HSL color Cylindrical-coordinate representation of color #B29C61: hue angle of 43.7º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B29C61 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 156 | 97 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.30 |
| HSL | 43.7º | 0.34% | 0.54% | - |
| HSV(B) | 43.7º | 0.46% | 0.7% | - |
| XYZ | 32.41 | 34.1 | 16.18 | - |
| YUV | 155.85 | 94.79 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 156 | 97 | 0 | 0.12 | 0.46 | 0.30 | 43.7 | 0.34 | 0.54 |
| Hex | B2 | 9C | 61 | 0 | C | 2E | 1E | 2C | 22 | 36 |
| Octal | 262 | 234 | 141 | 0 | 14 | 56 | 36 | 54 | 42 | 66 |
| Binary | 10110010 | 10011100 | 1100001 | 0 | 1100 | 101110 | 11110 | 101100 | 100010 | 110110 |
Color Harmonies of #B29C61
Complementary color
Monochromatic Colors of #B29C61
Black with #B29C61
Text Example
Text Example
White with #B29C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29C61; }
p { color: rgb(178,156,97); }
H1.HeaderClassName
{
color: #B29C61;
}
.AnyTagClassName
{
color: #B29C61;
}
</style>
background-color css
<style>
a { background-color: #B29C61; }
a { background-color: rgb(178,156,97); }
div.DivClassName
{
background-color: #B29C61;
}
.BgClassName
{
background-color: #B29C61;
}
</style>
border-color css
<style>
span { border-color: #B29C61; }
span { border-color: rgb(178,156,97); }
td.TdClassName
{
border-color: #B29C61;
}
.TagClassName
{
border-color: #B29C61;
}
</style>