Shades of Barley Corn #B39663
Tints of Barley Corn #B39663
RGB
CMYK
RGB Variations
Color information
#B39663 (or 0xB39663) is known color: Barley Corn. HEX triplet: B3, 96 and 63. RGB value is (179,150,99). Sum of RGB (Red+Green+Blue) = 179+150+99=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 99 (39.06% from 255 or 23.13% from 428); Max value from RGB is 179 - color contains mainly: red. Hex color #B39663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39663 is #4C699C. Grayscale: #999999. Windows color (decimal): -5007773 or 6526643. OLE color: 6526643.
HSL color Cylindrical-coordinate representation of color #B39663: hue angle of 38.25º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B39663 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 150 | 99 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.30 |
| HSL | 38.25º | 0.34% | 0.55% | - |
| HSV(B) | 38.25º | 0.45% | 0.7% | - |
| XYZ | 31.75 | 32.3 | 16.37 | - |
| YUV | 152.86 | 97.61 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 150 | 99 | 0 | 0.16 | 0.45 | 0.30 | 38.25 | 0.34 | 0.55 |
| Hex | B3 | 96 | 63 | 0 | 10 | 2D | 1E | 26 | 22 | 37 |
| Octal | 263 | 226 | 143 | 0 | 20 | 55 | 36 | 46 | 42 | 67 |
| Binary | 10110011 | 10010110 | 1100011 | 0 | 10000 | 101101 | 11110 | 100110 | 100010 | 110111 |
Color Harmonies of #B39663
Complementary color
Monochromatic Colors of #B39663
Black with #B39663
Text Example
Text Example
White with #B39663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39663; }
p { color: rgb(179,150,99); }
H1.HeaderClassName
{
color: #B39663;
}
.AnyTagClassName
{
color: #B39663;
}
</style>
background-color css
<style>
a { background-color: #B39663; }
a { background-color: rgb(179,150,99); }
div.DivClassName
{
background-color: #B39663;
}
.BgClassName
{
background-color: #B39663;
}
</style>
border-color css
<style>
span { border-color: #B39663; }
span { border-color: rgb(179,150,99); }
td.TdClassName
{
border-color: #B39663;
}
.TagClassName
{
border-color: #B39663;
}
</style>