Shades of Barley Corn #B39065
Tints of Barley Corn #B39065
RGB
CMYK
RGB Variations
Color information
#B39065 (or 0xB39065) is known color: Barley Corn. HEX triplet: B3, 90 and 65. RGB value is (179,144,101). Sum of RGB (Red+Green+Blue) = 179+144+101=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 144 (56.64% from 255 or 33.96% from 424); Blue value is 101 (39.84% from 255 or 23.82% from 424); Max value from RGB is 179 - color contains mainly: red. Hex color #B39065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39065 is #4C6F9A. Grayscale: #959595. Windows color (decimal): -5009307 or 6656179. OLE color: 6656179.
HSL color Cylindrical-coordinate representation of color #B39065: hue angle of 33.08º 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 #B39065 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 144 | 101 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.30 |
| HSL | 33.08º | 0.34% | 0.55% | - |
| HSV(B) | 33.08º | 0.44% | 0.7% | - |
| XYZ | 30.91 | 30.47 | 16.56 | - |
| YUV | 149.56 | 100.6 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 144 | 101 | 0 | 0.20 | 0.44 | 0.30 | 33.08 | 0.34 | 0.55 |
| Hex | B3 | 90 | 65 | 0 | 14 | 2C | 1E | 21 | 22 | 37 |
| Octal | 263 | 220 | 145 | 0 | 24 | 54 | 36 | 41 | 42 | 67 |
| Binary | 10110011 | 10010000 | 1100101 | 0 | 10100 | 101100 | 11110 | 100001 | 100010 | 110111 |
Color Harmonies of #B39065
Complementary color
Monochromatic Colors of #B39065
Black with #B39065
Text Example
Text Example
White with #B39065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39065; }
p { color: rgb(179,144,101); }
H1.HeaderClassName
{
color: #B39065;
}
.AnyTagClassName
{
color: #B39065;
}
</style>
background-color css
<style>
a { background-color: #B39065; }
a { background-color: rgb(179,144,101); }
div.DivClassName
{
background-color: #B39065;
}
.BgClassName
{
background-color: #B39065;
}
</style>
border-color css
<style>
span { border-color: #B39065; }
span { border-color: rgb(179,144,101); }
td.TdClassName
{
border-color: #B39065;
}
.TagClassName
{
border-color: #B39065;
}
</style>