Shades of Barley Corn #B78C5A
Tints of Barley Corn #B78C5A
RGB
CMYK
RGB Variations
Color information
#B78C5A (or 0xB78C5A) is known color: Barley Corn. HEX triplet: B7, 8C and 5A. RGB value is (183,140,90). Sum of RGB (Red+Green+Blue) = 183+140+90=413 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.31% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 183 - color contains mainly: red. Hex color #B78C5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78C5A is #4873A5. Grayscale: #939393. Windows color (decimal): -4748198 or 5934263. OLE color: 5934263.
HSL color Cylindrical-coordinate representation of color #B78C5A: hue angle of 32.26º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B78C5A is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 140 | 90 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.28 |
| HSL | 32.26º | 0.39% | 0.54% | - |
| HSV(B) | 32.26º | 0.51% | 0.72% | - |
| XYZ | 30.75 | 29.56 | 13.76 | - |
| YUV | 147.16 | 95.75 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 140 | 90 | 0 | 0.23 | 0.51 | 0.28 | 32.26 | 0.39 | 0.54 |
| Hex | B7 | 8C | 5A | 0 | 17 | 33 | 1C | 20 | 27 | 36 |
| Octal | 267 | 214 | 132 | 0 | 27 | 63 | 34 | 40 | 47 | 66 |
| Binary | 10110111 | 10001100 | 1011010 | 0 | 10111 | 110011 | 11100 | 100000 | 100111 | 110110 |
Color Harmonies of #B78C5A
Complementary color
Monochromatic Colors of #B78C5A
Black with #B78C5A
Text Example
Text Example
White with #B78C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78C5A; }
p { color: rgb(183,140,90); }
H1.HeaderClassName
{
color: #B78C5A;
}
.AnyTagClassName
{
color: #B78C5A;
}
</style>
background-color css
<style>
a { background-color: #B78C5A; }
a { background-color: rgb(183,140,90); }
div.DivClassName
{
background-color: #B78C5A;
}
.BgClassName
{
background-color: #B78C5A;
}
</style>
border-color css
<style>
span { border-color: #B78C5A; }
span { border-color: rgb(183,140,90); }
td.TdClassName
{
border-color: #B78C5A;
}
.TagClassName
{
border-color: #B78C5A;
}
</style>