Shades of Barley Corn #B29C6A
Tints of Barley Corn #B29C6A
RGB
CMYK
RGB Variations
Color information
#B29C6A (or 0xB29C6A) is known color: Barley Corn. HEX triplet: B2, 9C and 6A. RGB value is (178,156,106). Sum of RGB (Red+Green+Blue) = 178+156+106=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 156 (61.33% from 255 or 35.45% from 440); Blue value is 106 (41.80% from 255 or 24.09% from 440); Max value from RGB is 178 - color contains mainly: red. Hex color #B29C6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29C6A is #4D6395. Grayscale: #9D9D9D. Windows color (decimal): -5071766 or 6986930. OLE color: 6986930.
HSL color Cylindrical-coordinate representation of color #B29C6A: hue angle of 41.67º 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 #B29C6A is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 156 | 106 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.30 |
| HSL | 41.67º | 0.32% | 0.56% | - |
| HSV(B) | 41.67º | 0.4% | 0.7% | - |
| XYZ | 32.85 | 34.28 | 18.52 | - |
| YUV | 156.88 | 99.29 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 156 | 106 | 0 | 0.12 | 0.40 | 0.30 | 41.67 | 0.32 | 0.56 |
| Hex | B2 | 9C | 6A | 0 | C | 28 | 1E | 2A | 20 | 38 |
| Octal | 262 | 234 | 152 | 0 | 14 | 50 | 36 | 52 | 40 | 70 |
| Binary | 10110010 | 10011100 | 1101010 | 0 | 1100 | 101000 | 11110 | 101010 | 100000 | 111000 |
Color Harmonies of #B29C6A
Complementary color
Monochromatic Colors of #B29C6A
Black with #B29C6A
Text Example
Text Example
White with #B29C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29C6A; }
p { color: rgb(178,156,106); }
H1.HeaderClassName
{
color: #B29C6A;
}
.AnyTagClassName
{
color: #B29C6A;
}
</style>
background-color css
<style>
a { background-color: #B29C6A; }
a { background-color: rgb(178,156,106); }
div.DivClassName
{
background-color: #B29C6A;
}
.BgClassName
{
background-color: #B29C6A;
}
</style>
border-color css
<style>
span { border-color: #B29C6A; }
span { border-color: rgb(178,156,106); }
td.TdClassName
{
border-color: #B29C6A;
}
.TagClassName
{
border-color: #B29C6A;
}
</style>