Shades of Barley Corn #B68E55
Tints of Barley Corn #B68E55
RGB
CMYK
RGB Variations
Color information
#B68E55 (or 0xB68E55) is known color: Barley Corn. HEX triplet: B6, 8E and 55. RGB value is (182,142,85). Sum of RGB (Red+Green+Blue) = 182+142+85=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 142 (55.86% from 255 or 34.72% from 409); Blue value is 85 (33.59% from 255 or 20.78% from 409); Max value from RGB is 182 - color contains mainly: red. Hex color #B68E55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68E55 is #4971AA. Grayscale: #939393. Windows color (decimal): -4813227 or 5607094. OLE color: 5607094.
HSL color Cylindrical-coordinate representation of color #B68E55: hue angle of 35.26º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B68E55 is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 142 | 85 | - |
| CMYK | 0 | 0.22 | 0.53 | 0.29 |
| HSL | 35.26º | 0.4% | 0.52% | - |
| HSV(B) | 35.26º | 0.53% | 0.71% | - |
| XYZ | 30.6 | 29.95 | 12.76 | - |
| YUV | 147.46 | 92.75 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 142 | 85 | 0 | 0.22 | 0.53 | 0.29 | 35.26 | 0.4 | 0.52 |
| Hex | B6 | 8E | 55 | 0 | 16 | 35 | 1D | 23 | 28 | 34 |
| Octal | 266 | 216 | 125 | 0 | 26 | 65 | 35 | 43 | 50 | 64 |
| Binary | 10110110 | 10001110 | 1010101 | 0 | 10110 | 110101 | 11101 | 100011 | 101000 | 110100 |
Color Harmonies of #B68E55
Complementary color
Monochromatic Colors of #B68E55
Black with #B68E55
Text Example
Text Example
White with #B68E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68E55; }
p { color: rgb(182,142,85); }
H1.HeaderClassName
{
color: #B68E55;
}
.AnyTagClassName
{
color: #B68E55;
}
</style>
background-color css
<style>
a { background-color: #B68E55; }
a { background-color: rgb(182,142,85); }
div.DivClassName
{
background-color: #B68E55;
}
.BgClassName
{
background-color: #B68E55;
}
</style>
border-color css
<style>
span { border-color: #B68E55; }
span { border-color: rgb(182,142,85); }
td.TdClassName
{
border-color: #B68E55;
}
.TagClassName
{
border-color: #B68E55;
}
</style>