Shades of Barley Corn #B78A59
Tints of Barley Corn #B78A59
RGB
CMYK
RGB Variations
Color information
#B78A59 (or 0xB78A59) is known color: Barley Corn. HEX triplet: B7, 8A and 59. RGB value is (183,138,89). Sum of RGB (Red+Green+Blue) = 183+138+89=410 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.63% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 89 (35.16% from 255 or 21.71% from 410); Max value from RGB is 183 - color contains mainly: red. Hex color #B78A59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78A59 is #4875A6. Grayscale: #929292. Windows color (decimal): -4748711 or 5868215. OLE color: 5868215.
HSL color Cylindrical-coordinate representation of color #B78A59: hue angle of 31.28º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B78A59 is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 138 | 89 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.28 |
| HSL | 31.28º | 0.39% | 0.53% | - |
| HSV(B) | 31.28º | 0.51% | 0.72% | - |
| XYZ | 30.42 | 28.97 | 13.44 | - |
| YUV | 145.87 | 95.91 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 138 | 89 | 0 | 0.25 | 0.51 | 0.28 | 31.28 | 0.39 | 0.53 |
| Hex | B7 | 8A | 59 | 0 | 19 | 33 | 1C | 1F | 27 | 35 |
| Octal | 267 | 212 | 131 | 0 | 31 | 63 | 34 | 37 | 47 | 65 |
| Binary | 10110111 | 10001010 | 1011001 | 0 | 11001 | 110011 | 11100 | 11111 | 100111 | 110101 |
Color Harmonies of #B78A59
Complementary color
Monochromatic Colors of #B78A59
Black with #B78A59
Text Example
Text Example
White with #B78A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78A59; }
p { color: rgb(183,138,89); }
H1.HeaderClassName
{
color: #B78A59;
}
.AnyTagClassName
{
color: #B78A59;
}
</style>
background-color css
<style>
a { background-color: #B78A59; }
a { background-color: rgb(183,138,89); }
div.DivClassName
{
background-color: #B78A59;
}
.BgClassName
{
background-color: #B78A59;
}
</style>
border-color css
<style>
span { border-color: #B78A59; }
span { border-color: rgb(183,138,89); }
td.TdClassName
{
border-color: #B78A59;
}
.TagClassName
{
border-color: #B78A59;
}
</style>