Shades of Barley Corn #B29B60
Tints of Barley Corn #B29B60
RGB
CMYK
RGB Variations
Color information
#B29B60 (or 0xB29B60) is known color: Barley Corn. HEX triplet: B2, 9B and 60. RGB value is (178,155,96). Sum of RGB (Red+Green+Blue) = 178+155+96=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 96 (37.89% from 255 or 22.38% from 429); Max value from RGB is 178 - color contains mainly: red. Hex color #B29B60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29B60 is #4D649F. Grayscale: #9B9B9B. Windows color (decimal): -5072032 or 6331314. OLE color: 6331314.
HSL color Cylindrical-coordinate representation of color #B29B60: hue angle of 43.17º degrees, saturation: 0.35, 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 #B29B60 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 155 | 96 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.30 |
| HSL | 43.17º | 0.35% | 0.54% | - |
| HSV(B) | 43.17º | 0.46% | 0.7% | - |
| XYZ | 32.19 | 33.75 | 15.88 | - |
| YUV | 155.15 | 94.62 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 155 | 96 | 0 | 0.13 | 0.46 | 0.30 | 43.17 | 0.35 | 0.54 |
| Hex | B2 | 9B | 60 | 0 | D | 2E | 1E | 2B | 23 | 36 |
| Octal | 262 | 233 | 140 | 0 | 15 | 56 | 36 | 53 | 43 | 66 |
| Binary | 10110010 | 10011011 | 1100000 | 0 | 1101 | 101110 | 11110 | 101011 | 100011 | 110110 |
Color Harmonies of #B29B60
Complementary color
Monochromatic Colors of #B29B60
Black with #B29B60
Text Example
Text Example
White with #B29B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29B60; }
p { color: rgb(178,155,96); }
H1.HeaderClassName
{
color: #B29B60;
}
.AnyTagClassName
{
color: #B29B60;
}
</style>
background-color css
<style>
a { background-color: #B29B60; }
a { background-color: rgb(178,155,96); }
div.DivClassName
{
background-color: #B29B60;
}
.BgClassName
{
background-color: #B29B60;
}
</style>
border-color css
<style>
span { border-color: #B29B60; }
span { border-color: rgb(178,155,96); }
td.TdClassName
{
border-color: #B29B60;
}
.TagClassName
{
border-color: #B29B60;
}
</style>