Shades of Barley Corn #B29C6B
Tints of Barley Corn #B29C6B
RGB
CMYK
RGB Variations
Color information
#B29C6B (or 0xB29C6B) is known color: Barley Corn. HEX triplet: B2, 9C and 6B. RGB value is (178,156,107). Sum of RGB (Red+Green+Blue) = 178+156+107=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 107 (42.19% from 255 or 24.26% from 441); Max value from RGB is 178 - color contains mainly: red. Hex color #B29C6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29C6B is #4D6394. Grayscale: #9D9D9D. Windows color (decimal): -5071765 or 7052466. OLE color: 7052466.
HSL color Cylindrical-coordinate representation of color #B29C6B: hue angle of 41.41º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B29C6B is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 156 | 107 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.30 |
| HSL | 41.41º | 0.32% | 0.56% | - |
| HSV(B) | 41.41º | 0.4% | 0.7% | - |
| XYZ | 32.9 | 34.3 | 18.8 | - |
| YUV | 156.99 | 99.79 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 156 | 107 | 0 | 0.12 | 0.40 | 0.30 | 41.41 | 0.32 | 0.56 |
| Hex | B2 | 9C | 6B | 0 | C | 28 | 1E | 29 | 20 | 38 |
| Octal | 262 | 234 | 153 | 0 | 14 | 50 | 36 | 51 | 40 | 70 |
| Binary | 10110010 | 10011100 | 1101011 | 0 | 1100 | 101000 | 11110 | 101001 | 100000 | 111000 |
Color Harmonies of #B29C6B
Complementary color
Monochromatic Colors of #B29C6B
Black with #B29C6B
Text Example
Text Example
White with #B29C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29C6B; }
p { color: rgb(178,156,107); }
H1.HeaderClassName
{
color: #B29C6B;
}
.AnyTagClassName
{
color: #B29C6B;
}
</style>
background-color css
<style>
a { background-color: #B29C6B; }
a { background-color: rgb(178,156,107); }
div.DivClassName
{
background-color: #B29C6B;
}
.BgClassName
{
background-color: #B29C6B;
}
</style>
border-color css
<style>
span { border-color: #B29C6B; }
span { border-color: rgb(178,156,107); }
td.TdClassName
{
border-color: #B29C6B;
}
.TagClassName
{
border-color: #B29C6B;
}
</style>