Shades of Barley Corn #B39A65
Tints of Barley Corn #B39A65
RGB
CMYK
RGB Variations
Color information
#B39A65 (or 0xB39A65) is known color: Barley Corn. HEX triplet: B3, 9A and 65. RGB value is (179,154,101). Sum of RGB (Red+Green+Blue) = 179+154+101=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 154 (60.55% from 255 or 35.48% from 434); Blue value is 101 (39.84% from 255 or 23.27% from 434); Max value from RGB is 179 - color contains mainly: red. Hex color #B39A65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39A65 is #4C659A. Grayscale: #9B9B9B. Windows color (decimal): -5006747 or 6658739. OLE color: 6658739.
HSL color Cylindrical-coordinate representation of color #B39A65: hue angle of 40.77º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B39A65 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 154 | 101 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.30 |
| HSL | 40.77º | 0.34% | 0.55% | - |
| HSV(B) | 40.77º | 0.44% | 0.7% | - |
| XYZ | 32.49 | 33.63 | 17.09 | - |
| YUV | 155.43 | 97.28 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 154 | 101 | 0 | 0.14 | 0.44 | 0.30 | 40.77 | 0.34 | 0.55 |
| Hex | B3 | 9A | 65 | 0 | E | 2C | 1E | 29 | 22 | 37 |
| Octal | 263 | 232 | 145 | 0 | 16 | 54 | 36 | 51 | 42 | 67 |
| Binary | 10110011 | 10011010 | 1100101 | 0 | 1110 | 101100 | 11110 | 101001 | 100010 | 110111 |
Color Harmonies of #B39A65
Complementary color
Monochromatic Colors of #B39A65
Black with #B39A65
Text Example
Text Example
White with #B39A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39A65; }
p { color: rgb(179,154,101); }
H1.HeaderClassName
{
color: #B39A65;
}
.AnyTagClassName
{
color: #B39A65;
}
</style>
background-color css
<style>
a { background-color: #B39A65; }
a { background-color: rgb(179,154,101); }
div.DivClassName
{
background-color: #B39A65;
}
.BgClassName
{
background-color: #B39A65;
}
</style>
border-color css
<style>
span { border-color: #B39A65; }
span { border-color: rgb(179,154,101); }
td.TdClassName
{
border-color: #B39A65;
}
.TagClassName
{
border-color: #B39A65;
}
</style>