Shades of Barley Corn #B79864
Tints of Barley Corn #B79864
RGB
CMYK
RGB Variations
Color information
#B79864 (or 0xB79864) is known color: Barley Corn. HEX triplet: B7, 98 and 64. RGB value is (183,152,100). Sum of RGB (Red+Green+Blue) = 183+152+100=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 152 (59.77% from 255 or 34.94% from 435); Blue value is 100 (39.45% from 255 or 22.99% from 435); Max value from RGB is 183 - color contains mainly: red. Hex color #B79864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79864 is #48679B. Grayscale: #9B9B9B. Windows color (decimal): -4745116 or 6592695. OLE color: 6592695.
HSL color Cylindrical-coordinate representation of color #B79864: hue angle of 37.59º 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 #B79864 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 152 | 100 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.28 |
| HSL | 37.59º | 0.37% | 0.55% | - |
| HSV(B) | 37.59º | 0.45% | 0.72% | - |
| XYZ | 33.06 | 33.44 | 16.77 | - |
| YUV | 155.34 | 96.77 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 152 | 100 | 0 | 0.17 | 0.45 | 0.28 | 37.59 | 0.37 | 0.55 |
| Hex | B7 | 98 | 64 | 0 | 11 | 2D | 1C | 26 | 25 | 37 |
| Octal | 267 | 230 | 144 | 0 | 21 | 55 | 34 | 46 | 45 | 67 |
| Binary | 10110111 | 10011000 | 1100100 | 0 | 10001 | 101101 | 11100 | 100110 | 100101 | 110111 |
Color Harmonies of #B79864
Complementary color
Monochromatic Colors of #B79864
Black with #B79864
Text Example
Text Example
White with #B79864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79864; }
p { color: rgb(183,152,100); }
H1.HeaderClassName
{
color: #B79864;
}
.AnyTagClassName
{
color: #B79864;
}
</style>
background-color css
<style>
a { background-color: #B79864; }
a { background-color: rgb(183,152,100); }
div.DivClassName
{
background-color: #B79864;
}
.BgClassName
{
background-color: #B79864;
}
</style>
border-color css
<style>
span { border-color: #B79864; }
span { border-color: rgb(183,152,100); }
td.TdClassName
{
border-color: #B79864;
}
.TagClassName
{
border-color: #B79864;
}
</style>