Shades of Barley Corn #B29168
Tints of Barley Corn #B29168
RGB
CMYK
RGB Variations
Color information
#B29168 (or 0xB29168) is known color: Barley Corn. HEX triplet: B2, 91 and 68. RGB value is (178,145,104). Sum of RGB (Red+Green+Blue) = 178+145+104=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 104 (41.02% from 255 or 24.36% from 427); Max value from RGB is 178 - color contains mainly: red. Hex color #B29168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29168 is #4D6E97. Grayscale: #969696. Windows color (decimal): -5074584 or 6853042. OLE color: 6853042.
HSL color Cylindrical-coordinate representation of color #B29168: hue angle of 33.24º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B29168 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 145 | 104 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.30 |
| HSL | 33.24º | 0.32% | 0.55% | - |
| HSV(B) | 33.24º | 0.42% | 0.7% | - |
| XYZ | 30.98 | 30.72 | 17.39 | - |
| YUV | 150.19 | 101.93 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 145 | 104 | 0 | 0.19 | 0.42 | 0.30 | 33.24 | 0.32 | 0.55 |
| Hex | B2 | 91 | 68 | 0 | 13 | 2A | 1E | 21 | 20 | 37 |
| Octal | 262 | 221 | 150 | 0 | 23 | 52 | 36 | 41 | 40 | 67 |
| Binary | 10110010 | 10010001 | 1101000 | 0 | 10011 | 101010 | 11110 | 100001 | 100000 | 110111 |
Color Harmonies of #B29168
Complementary color
Monochromatic Colors of #B29168
Black with #B29168
Text Example
Text Example
White with #B29168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29168; }
p { color: rgb(178,145,104); }
H1.HeaderClassName
{
color: #B29168;
}
.AnyTagClassName
{
color: #B29168;
}
</style>
background-color css
<style>
a { background-color: #B29168; }
a { background-color: rgb(178,145,104); }
div.DivClassName
{
background-color: #B29168;
}
.BgClassName
{
background-color: #B29168;
}
</style>
border-color css
<style>
span { border-color: #B29168; }
span { border-color: rgb(178,145,104); }
td.TdClassName
{
border-color: #B29168;
}
.TagClassName
{
border-color: #B29168;
}
</style>