Shades of Barley Corn #B39E68
Tints of Barley Corn #B39E68
RGB
CMYK
RGB Variations
Color information
#B39E68 (or 0xB39E68) is known color: Barley Corn. HEX triplet: B3, 9E and 68. RGB value is (179,158,104). Sum of RGB (Red+Green+Blue) = 179+158+104=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 158 (62.11% from 255 or 35.83% from 441); Blue value is 104 (41.02% from 255 or 23.58% from 441); Max value from RGB is 179 - color contains mainly: red. Hex color #B39E68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39E68 is #4C6197. Grayscale: #9E9E9E. Windows color (decimal): -5005720 or 6856371. OLE color: 6856371.
HSL color Cylindrical-coordinate representation of color #B39E68: hue angle of 43.2º 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 #B39E68 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 158 | 104 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.30 |
| HSL | 43.2º | 0.33% | 0.55% | - |
| HSV(B) | 43.2º | 0.42% | 0.7% | - |
| XYZ | 33.32 | 35.04 | 18.1 | - |
| YUV | 158.12 | 97.46 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 158 | 104 | 0 | 0.12 | 0.42 | 0.30 | 43.2 | 0.33 | 0.55 |
| Hex | B3 | 9E | 68 | 0 | C | 2A | 1E | 2B | 21 | 37 |
| Octal | 263 | 236 | 150 | 0 | 14 | 52 | 36 | 53 | 41 | 67 |
| Binary | 10110011 | 10011110 | 1101000 | 0 | 1100 | 101010 | 11110 | 101011 | 100001 | 110111 |
Color Harmonies of #B39E68
Complementary color
Monochromatic Colors of #B39E68
Black with #B39E68
Text Example
Text Example
White with #B39E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39E68; }
p { color: rgb(179,158,104); }
H1.HeaderClassName
{
color: #B39E68;
}
.AnyTagClassName
{
color: #B39E68;
}
</style>
background-color css
<style>
a { background-color: #B39E68; }
a { background-color: rgb(179,158,104); }
div.DivClassName
{
background-color: #B39E68;
}
.BgClassName
{
background-color: #B39E68;
}
</style>
border-color css
<style>
span { border-color: #B39E68; }
span { border-color: rgb(179,158,104); }
td.TdClassName
{
border-color: #B39E68;
}
.TagClassName
{
border-color: #B39E68;
}
</style>