Shades of Barley Corn #B79A63
Tints of Barley Corn #B79A63
RGB
CMYK
RGB Variations
Color information
#B79A63 (or 0xB79A63) is known color: Barley Corn. HEX triplet: B7, 9A and 63. RGB value is (183,154,99). Sum of RGB (Red+Green+Blue) = 183+154+99=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 154 (60.55% from 255 or 35.32% from 436); Blue value is 99 (39.06% from 255 or 22.71% from 436); Max value from RGB is 183 - color contains mainly: red. Hex color #B79A63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79A63 is #48659C. Grayscale: #9C9C9C. Windows color (decimal): -4744605 or 6527671. OLE color: 6527671.
HSL color Cylindrical-coordinate representation of color #B79A63: hue angle of 39.29º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B79A63 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 154 | 99 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.28 |
| HSL | 39.29º | 0.37% | 0.55% | - |
| HSV(B) | 39.29º | 0.46% | 0.72% | - |
| XYZ | 33.34 | 34.08 | 16.63 | - |
| YUV | 156.4 | 95.61 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 154 | 99 | 0 | 0.16 | 0.46 | 0.28 | 39.29 | 0.37 | 0.55 |
| Hex | B7 | 9A | 63 | 0 | 10 | 2E | 1C | 27 | 25 | 37 |
| Octal | 267 | 232 | 143 | 0 | 20 | 56 | 34 | 47 | 45 | 67 |
| Binary | 10110111 | 10011010 | 1100011 | 0 | 10000 | 101110 | 11100 | 100111 | 100101 | 110111 |
Color Harmonies of #B79A63
Complementary color
Monochromatic Colors of #B79A63
Black with #B79A63
Text Example
Text Example
White with #B79A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79A63; }
p { color: rgb(183,154,99); }
H1.HeaderClassName
{
color: #B79A63;
}
.AnyTagClassName
{
color: #B79A63;
}
</style>
background-color css
<style>
a { background-color: #B79A63; }
a { background-color: rgb(183,154,99); }
div.DivClassName
{
background-color: #B79A63;
}
.BgClassName
{
background-color: #B79A63;
}
</style>
border-color css
<style>
span { border-color: #B79A63; }
span { border-color: rgb(183,154,99); }
td.TdClassName
{
border-color: #B79A63;
}
.TagClassName
{
border-color: #B79A63;
}
</style>