Shades of Barley Corn #B78964
Tints of Barley Corn #B78964
RGB
CMYK
RGB Variations
Color information
#B78964 (or 0xB78964) is known color: Barley Corn. HEX triplet: B7, 89 and 64. RGB value is (183,137,100). Sum of RGB (Red+Green+Blue) = 183+137+100=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 100 (39.45% from 255 or 23.81% from 420); Max value from RGB is 183 - color contains mainly: red. Hex color #B78964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78964 is #48769B. Grayscale: #929292. Windows color (decimal): -4748956 or 6588855. OLE color: 6588855.
HSL color Cylindrical-coordinate representation of color #B78964: hue angle of 26.75º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B78964 is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 137 | 100 | - |
| CMYK | 0 | 0.25 | 0.45 | 0.28 |
| HSL | 26.75º | 0.37% | 0.55% | - |
| HSV(B) | 26.75º | 0.45% | 0.72% | - |
| XYZ | 30.77 | 28.88 | 16.01 | - |
| YUV | 146.54 | 101.74 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 137 | 100 | 0 | 0.25 | 0.45 | 0.28 | 26.75 | 0.37 | 0.55 |
| Hex | B7 | 89 | 64 | 0 | 19 | 2D | 1C | 1B | 25 | 37 |
| Octal | 267 | 211 | 144 | 0 | 31 | 55 | 34 | 33 | 45 | 67 |
| Binary | 10110111 | 10001001 | 1100100 | 0 | 11001 | 101101 | 11100 | 11011 | 100101 | 110111 |
Color Harmonies of #B78964
Complementary color
Monochromatic Colors of #B78964
Black with #B78964
Text Example
Text Example
White with #B78964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78964; }
p { color: rgb(183,137,100); }
H1.HeaderClassName
{
color: #B78964;
}
.AnyTagClassName
{
color: #B78964;
}
</style>
background-color css
<style>
a { background-color: #B78964; }
a { background-color: rgb(183,137,100); }
div.DivClassName
{
background-color: #B78964;
}
.BgClassName
{
background-color: #B78964;
}
</style>
border-color css
<style>
span { border-color: #B78964; }
span { border-color: rgb(183,137,100); }
td.TdClassName
{
border-color: #B78964;
}
.TagClassName
{
border-color: #B78964;
}
</style>