Shades of Barley Corn #B68C54
Tints of Barley Corn #B68C54
RGB
CMYK
RGB Variations
Color information
#B68C54 (or 0xB68C54) is known color: Barley Corn. HEX triplet: B6, 8C and 54. RGB value is (182,140,84). Sum of RGB (Red+Green+Blue) = 182+140+84=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 84 (33.20% from 255 or 20.69% from 406); Max value from RGB is 182 - color contains mainly: red. Hex color #B68C54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68C54 is #4973AB. Grayscale: #929292. Windows color (decimal): -4813740 or 5541046. OLE color: 5541046.
HSL color Cylindrical-coordinate representation of color #B68C54: hue angle of 34.29º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B68C54 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 140 | 84 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.29 |
| HSL | 34.29º | 0.4% | 0.52% | - |
| HSV(B) | 34.29º | 0.54% | 0.71% | - |
| XYZ | 30.27 | 29.34 | 12.46 | - |
| YUV | 146.17 | 92.91 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 140 | 84 | 0 | 0.23 | 0.54 | 0.29 | 34.29 | 0.4 | 0.52 |
| Hex | B6 | 8C | 54 | 0 | 17 | 36 | 1D | 22 | 28 | 34 |
| Octal | 266 | 214 | 124 | 0 | 27 | 66 | 35 | 42 | 50 | 64 |
| Binary | 10110110 | 10001100 | 1010100 | 0 | 10111 | 110110 | 11101 | 100010 | 101000 | 110100 |
Color Harmonies of #B68C54
Complementary color
Monochromatic Colors of #B68C54
Black with #B68C54
Text Example
Text Example
White with #B68C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68C54; }
p { color: rgb(182,140,84); }
H1.HeaderClassName
{
color: #B68C54;
}
.AnyTagClassName
{
color: #B68C54;
}
</style>
background-color css
<style>
a { background-color: #B68C54; }
a { background-color: rgb(182,140,84); }
div.DivClassName
{
background-color: #B68C54;
}
.BgClassName
{
background-color: #B68C54;
}
</style>
border-color css
<style>
span { border-color: #B68C54; }
span { border-color: rgb(182,140,84); }
td.TdClassName
{
border-color: #B68C54;
}
.TagClassName
{
border-color: #B68C54;
}
</style>