Shades of Barley Corn #B78C61
Tints of Barley Corn #B78C61
RGB
CMYK
RGB Variations
Color information
#B78C61 (or 0xB78C61) is known color: Barley Corn. HEX triplet: B7, 8C and 61. RGB value is (183,140,97). Sum of RGB (Red+Green+Blue) = 183+140+97=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 97 (38.28% from 255 or 23.10% from 420); Max value from RGB is 183 - color contains mainly: red. Hex color #B78C61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78C61 is #48739E. Grayscale: #949494. Windows color (decimal): -4748191 or 6393015. OLE color: 6393015.
HSL color Cylindrical-coordinate representation of color #B78C61: hue angle of 30º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B78C61 is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 140 | 97 | - |
| CMYK | 0 | 0.23 | 0.47 | 0.28 |
| HSL | 30º | 0.37% | 0.55% | - |
| HSV(B) | 30º | 0.47% | 0.72% | - |
| XYZ | 31.06 | 29.69 | 15.4 | - |
| YUV | 147.96 | 99.25 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 140 | 97 | 0 | 0.23 | 0.47 | 0.28 | 30 | 0.37 | 0.55 |
| Hex | B7 | 8C | 61 | 0 | 17 | 2F | 1C | 1E | 25 | 37 |
| Octal | 267 | 214 | 141 | 0 | 27 | 57 | 34 | 36 | 45 | 67 |
| Binary | 10110111 | 10001100 | 1100001 | 0 | 10111 | 101111 | 11100 | 11110 | 100101 | 110111 |
Color Harmonies of #B78C61
Complementary color
Monochromatic Colors of #B78C61
Black with #B78C61
Text Example
Text Example
White with #B78C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78C61; }
p { color: rgb(183,140,97); }
H1.HeaderClassName
{
color: #B78C61;
}
.AnyTagClassName
{
color: #B78C61;
}
</style>
background-color css
<style>
a { background-color: #B78C61; }
a { background-color: rgb(183,140,97); }
div.DivClassName
{
background-color: #B78C61;
}
.BgClassName
{
background-color: #B78C61;
}
</style>
border-color css
<style>
span { border-color: #B78C61; }
span { border-color: rgb(183,140,97); }
td.TdClassName
{
border-color: #B78C61;
}
.TagClassName
{
border-color: #B78C61;
}
</style>