Shades of Barley Corn #B29D63
Tints of Barley Corn #B29D63
RGB
CMYK
RGB Variations
Color information
#B29D63 (or 0xB29D63) is known color: Barley Corn. HEX triplet: B2, 9D and 63. RGB value is (178,157,99). Sum of RGB (Red+Green+Blue) = 178+157+99=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 157 (61.72% from 255 or 36.18% from 434); Blue value is 99 (39.06% from 255 or 22.81% from 434); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29D63 is #4D629C. Grayscale: #9C9C9C. Windows color (decimal): -5071517 or 6528434. OLE color: 6528434.
HSL color Cylindrical-coordinate representation of color #B29D63: hue angle of 44.05º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B29D63 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 157 | 99 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.30 |
| HSL | 44.05º | 0.34% | 0.54% | - |
| HSV(B) | 44.05º | 0.44% | 0.7% | - |
| XYZ | 32.67 | 34.48 | 16.74 | - |
| YUV | 156.67 | 95.46 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 157 | 99 | 0 | 0.12 | 0.44 | 0.30 | 44.05 | 0.34 | 0.54 |
| Hex | B2 | 9D | 63 | 0 | C | 2C | 1E | 2C | 22 | 36 |
| Octal | 262 | 235 | 143 | 0 | 14 | 54 | 36 | 54 | 42 | 66 |
| Binary | 10110010 | 10011101 | 1100011 | 0 | 1100 | 101100 | 11110 | 101100 | 100010 | 110110 |
Color Harmonies of #B29D63
Complementary color
Monochromatic Colors of #B29D63
Black with #B29D63
Text Example
Text Example
White with #B29D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29D63; }
p { color: rgb(178,157,99); }
H1.HeaderClassName
{
color: #B29D63;
}
.AnyTagClassName
{
color: #B29D63;
}
</style>
background-color css
<style>
a { background-color: #B29D63; }
a { background-color: rgb(178,157,99); }
div.DivClassName
{
background-color: #B29D63;
}
.BgClassName
{
background-color: #B29D63;
}
</style>
border-color css
<style>
span { border-color: #B29D63; }
span { border-color: rgb(178,157,99); }
td.TdClassName
{
border-color: #B29D63;
}
.TagClassName
{
border-color: #B29D63;
}
</style>