Shades of Barley Corn #B68E63
Tints of Barley Corn #B68E63
RGB
CMYK
RGB Variations
Color information
#B68E63 (or 0xB68E63) is known color: Barley Corn. HEX triplet: B6, 8E and 63. RGB value is (182,142,99). Sum of RGB (Red+Green+Blue) = 182+142+99=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 99 (39.06% from 255 or 23.40% from 423); Max value from RGB is 182 - color contains mainly: red. Hex color #B68E63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68E63 is #49719C. Grayscale: #959595. Windows color (decimal): -4813213 or 6524598. OLE color: 6524598.
HSL color Cylindrical-coordinate representation of color #B68E63: hue angle of 31.08º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B68E63 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 142 | 99 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.29 |
| HSL | 31.08º | 0.36% | 0.55% | - |
| HSV(B) | 31.08º | 0.46% | 0.71% | - |
| XYZ | 31.22 | 30.19 | 15.99 | - |
| YUV | 149.06 | 99.75 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 142 | 99 | 0 | 0.22 | 0.46 | 0.29 | 31.08 | 0.36 | 0.55 |
| Hex | B6 | 8E | 63 | 0 | 16 | 2E | 1D | 1F | 24 | 37 |
| Octal | 266 | 216 | 143 | 0 | 26 | 56 | 35 | 37 | 44 | 67 |
| Binary | 10110110 | 10001110 | 1100011 | 0 | 10110 | 101110 | 11101 | 11111 | 100100 | 110111 |
Color Harmonies of #B68E63
Complementary color
Monochromatic Colors of #B68E63
Black with #B68E63
Text Example
Text Example
White with #B68E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68E63; }
p { color: rgb(182,142,99); }
H1.HeaderClassName
{
color: #B68E63;
}
.AnyTagClassName
{
color: #B68E63;
}
</style>
background-color css
<style>
a { background-color: #B68E63; }
a { background-color: rgb(182,142,99); }
div.DivClassName
{
background-color: #B68E63;
}
.BgClassName
{
background-color: #B68E63;
}
</style>
border-color css
<style>
span { border-color: #B68E63; }
span { border-color: rgb(182,142,99); }
td.TdClassName
{
border-color: #B68E63;
}
.TagClassName
{
border-color: #B68E63;
}
</style>