Shades of Barley Corn #B78C64
Tints of Barley Corn #B78C64
RGB
CMYK
RGB Variations
Color information
#B78C64 (or 0xB78C64) is known color: Barley Corn. HEX triplet: B7, 8C and 64. RGB value is (183,140,100). Sum of RGB (Red+Green+Blue) = 183+140+100=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 183 - color contains mainly: red. Hex color #B78C64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78C64 is #48739B. Grayscale: #949494. Windows color (decimal): -4748188 or 6589623. OLE color: 6589623.
HSL color Cylindrical-coordinate representation of color #B78C64: hue angle of 28.92º 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 #B78C64 is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 140 | 100 | - |
| CMYK | 0 | 0.23 | 0.45 | 0.28 |
| HSL | 28.92º | 0.37% | 0.55% | - |
| HSV(B) | 28.92º | 0.45% | 0.72% | - |
| XYZ | 31.21 | 29.74 | 16.15 | - |
| YUV | 148.3 | 100.75 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 140 | 100 | 0 | 0.23 | 0.45 | 0.28 | 28.92 | 0.37 | 0.55 |
| Hex | B7 | 8C | 64 | 0 | 17 | 2D | 1C | 1D | 25 | 37 |
| Octal | 267 | 214 | 144 | 0 | 27 | 55 | 34 | 35 | 45 | 67 |
| Binary | 10110111 | 10001100 | 1100100 | 0 | 10111 | 101101 | 11100 | 11101 | 100101 | 110111 |
Color Harmonies of #B78C64
Complementary color
Monochromatic Colors of #B78C64
Black with #B78C64
Text Example
Text Example
White with #B78C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78C64; }
p { color: rgb(183,140,100); }
H1.HeaderClassName
{
color: #B78C64;
}
.AnyTagClassName
{
color: #B78C64;
}
</style>
background-color css
<style>
a { background-color: #B78C64; }
a { background-color: rgb(183,140,100); }
div.DivClassName
{
background-color: #B78C64;
}
.BgClassName
{
background-color: #B78C64;
}
</style>
border-color css
<style>
span { border-color: #B78C64; }
span { border-color: rgb(183,140,100); }
td.TdClassName
{
border-color: #B78C64;
}
.TagClassName
{
border-color: #B78C64;
}
</style>