Shades of Barley Corn #B78A65
Tints of Barley Corn #B78A65
RGB
CMYK
RGB Variations
Color information
#B78A65 (or 0xB78A65) is known color: Barley Corn. HEX triplet: B7, 8A and 65. RGB value is (183,138,101). Sum of RGB (Red+Green+Blue) = 183+138+101=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 101 (39.84% from 255 or 23.93% from 422); Max value from RGB is 183 - color contains mainly: red. Hex color #B78A65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78A65 is #48759A. Grayscale: #939393. Windows color (decimal): -4748699 or 6654647. OLE color: 6654647.
HSL color Cylindrical-coordinate representation of color #B78A65: hue angle of 27.07º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B78A65 is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 138 | 101 | - |
| CMYK | 0 | 0.25 | 0.45 | 0.28 |
| HSL | 27.07º | 0.36% | 0.56% | - |
| HSV(B) | 27.07º | 0.45% | 0.72% | - |
| XYZ | 30.97 | 29.18 | 16.31 | - |
| YUV | 147.24 | 101.91 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 138 | 101 | 0 | 0.25 | 0.45 | 0.28 | 27.07 | 0.36 | 0.56 |
| Hex | B7 | 8A | 65 | 0 | 19 | 2D | 1C | 1B | 24 | 38 |
| Octal | 267 | 212 | 145 | 0 | 31 | 55 | 34 | 33 | 44 | 70 |
| Binary | 10110111 | 10001010 | 1100101 | 0 | 11001 | 101101 | 11100 | 11011 | 100100 | 111000 |
Color Harmonies of #B78A65
Complementary color
Monochromatic Colors of #B78A65
Black with #B78A65
Text Example
Text Example
White with #B78A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78A65; }
p { color: rgb(183,138,101); }
H1.HeaderClassName
{
color: #B78A65;
}
.AnyTagClassName
{
color: #B78A65;
}
</style>
background-color css
<style>
a { background-color: #B78A65; }
a { background-color: rgb(183,138,101); }
div.DivClassName
{
background-color: #B78A65;
}
.BgClassName
{
background-color: #B78A65;
}
</style>
border-color css
<style>
span { border-color: #B78A65; }
span { border-color: rgb(183,138,101); }
td.TdClassName
{
border-color: #B78A65;
}
.TagClassName
{
border-color: #B78A65;
}
</style>