Shades of Barley Corn #B39168
Tints of Barley Corn #B39168
RGB
CMYK
RGB Variations
Color information
#B39168 (or 0xB39168) is known color: Barley Corn. HEX triplet: B3, 91 and 68. RGB value is (179,145,104). Sum of RGB (Red+Green+Blue) = 179+145+104=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 145 (57.03% from 255 or 33.88% from 428); Blue value is 104 (41.02% from 255 or 24.30% from 428); Max value from RGB is 179 - color contains mainly: red. Hex color #B39168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39168 is #4C6E97. Grayscale: #969696. Windows color (decimal): -5009048 or 6853043. OLE color: 6853043.
HSL color Cylindrical-coordinate representation of color #B39168: hue angle of 32.8º degrees, saturation: 0.33, 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 #B39168 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 145 | 104 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.30 |
| HSL | 32.8º | 0.33% | 0.55% | - |
| HSV(B) | 32.8º | 0.42% | 0.7% | - |
| XYZ | 31.21 | 30.83 | 17.4 | - |
| YUV | 150.49 | 101.76 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 145 | 104 | 0 | 0.19 | 0.42 | 0.30 | 32.8 | 0.33 | 0.55 |
| Hex | B3 | 91 | 68 | 0 | 13 | 2A | 1E | 21 | 21 | 37 |
| Octal | 263 | 221 | 150 | 0 | 23 | 52 | 36 | 41 | 41 | 67 |
| Binary | 10110011 | 10010001 | 1101000 | 0 | 10011 | 101010 | 11110 | 100001 | 100001 | 110111 |
Color Harmonies of #B39168
Complementary color
Monochromatic Colors of #B39168
Black with #B39168
Text Example
Text Example
White with #B39168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39168; }
p { color: rgb(179,145,104); }
H1.HeaderClassName
{
color: #B39168;
}
.AnyTagClassName
{
color: #B39168;
}
</style>
background-color css
<style>
a { background-color: #B39168; }
a { background-color: rgb(179,145,104); }
div.DivClassName
{
background-color: #B39168;
}
.BgClassName
{
background-color: #B39168;
}
</style>
border-color css
<style>
span { border-color: #B39168; }
span { border-color: rgb(179,145,104); }
td.TdClassName
{
border-color: #B39168;
}
.TagClassName
{
border-color: #B39168;
}
</style>