Shades of Barley Corn #B68A56
Tints of Barley Corn #B68A56
RGB
CMYK
RGB Variations
Color information
#B68A56 (or 0xB68A56) is known color: Barley Corn. HEX triplet: B6, 8A and 56. RGB value is (182,138,86). Sum of RGB (Red+Green+Blue) = 182+138+86=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 86 (33.98% from 255 or 21.18% from 406); Max value from RGB is 182 - color contains mainly: red. Hex color #B68A56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68A56 is #4975A9. Grayscale: #919191. Windows color (decimal): -4814250 or 5671606. OLE color: 5671606.
HSL color Cylindrical-coordinate representation of color #B68A56: hue angle of 32.5º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B68A56 is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 138 | 86 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.29 |
| HSL | 32.5º | 0.4% | 0.53% | - |
| HSV(B) | 32.5º | 0.53% | 0.71% | - |
| XYZ | 30.06 | 28.79 | 12.78 | - |
| YUV | 145.23 | 94.58 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 138 | 86 | 0 | 0.24 | 0.53 | 0.29 | 32.5 | 0.4 | 0.53 |
| Hex | B6 | 8A | 56 | 0 | 18 | 35 | 1D | 20 | 28 | 35 |
| Octal | 266 | 212 | 126 | 0 | 30 | 65 | 35 | 40 | 50 | 65 |
| Binary | 10110110 | 10001010 | 1010110 | 0 | 11000 | 110101 | 11101 | 100000 | 101000 | 110101 |
Color Harmonies of #B68A56
Complementary color
Monochromatic Colors of #B68A56
Black with #B68A56
Text Example
Text Example
White with #B68A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68A56; }
p { color: rgb(182,138,86); }
H1.HeaderClassName
{
color: #B68A56;
}
.AnyTagClassName
{
color: #B68A56;
}
</style>
background-color css
<style>
a { background-color: #B68A56; }
a { background-color: rgb(182,138,86); }
div.DivClassName
{
background-color: #B68A56;
}
.BgClassName
{
background-color: #B68A56;
}
</style>
border-color css
<style>
span { border-color: #B68A56; }
span { border-color: rgb(182,138,86); }
td.TdClassName
{
border-color: #B68A56;
}
.TagClassName
{
border-color: #B68A56;
}
</style>