Shades of Barley Corn #B68E65
Tints of Barley Corn #B68E65
RGB
CMYK
RGB Variations
Color information
#B68E65 (or 0xB68E65) is known color: Barley Corn. HEX triplet: B6, 8E and 65. RGB value is (182,142,101). Sum of RGB (Red+Green+Blue) = 182+142+101=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 142 (55.86% from 255 or 33.41% from 425); Blue value is 101 (39.84% from 255 or 23.76% from 425); Max value from RGB is 182 - color contains mainly: red. Hex color #B68E65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68E65 is #49719A. Grayscale: #959595. Windows color (decimal): -4813211 or 6655670. OLE color: 6655670.
HSL color Cylindrical-coordinate representation of color #B68E65: hue angle of 30.37º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B68E65 is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 142 | 101 | - |
| CMYK | 0 | 0.22 | 0.45 | 0.29 |
| HSL | 30.37º | 0.36% | 0.55% | - |
| HSV(B) | 30.37º | 0.45% | 0.71% | - |
| XYZ | 31.31 | 30.23 | 16.5 | - |
| YUV | 149.29 | 100.75 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 142 | 101 | 0 | 0.22 | 0.45 | 0.29 | 30.37 | 0.36 | 0.55 |
| Hex | B6 | 8E | 65 | 0 | 16 | 2D | 1D | 1E | 24 | 37 |
| Octal | 266 | 216 | 145 | 0 | 26 | 55 | 35 | 36 | 44 | 67 |
| Binary | 10110110 | 10001110 | 1100101 | 0 | 10110 | 101101 | 11101 | 11110 | 100100 | 110111 |
Color Harmonies of #B68E65
Complementary color
Monochromatic Colors of #B68E65
Black with #B68E65
Text Example
Text Example
White with #B68E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68E65; }
p { color: rgb(182,142,101); }
H1.HeaderClassName
{
color: #B68E65;
}
.AnyTagClassName
{
color: #B68E65;
}
</style>
background-color css
<style>
a { background-color: #B68E65; }
a { background-color: rgb(182,142,101); }
div.DivClassName
{
background-color: #B68E65;
}
.BgClassName
{
background-color: #B68E65;
}
</style>
border-color css
<style>
span { border-color: #B68E65; }
span { border-color: rgb(182,142,101); }
td.TdClassName
{
border-color: #B68E65;
}
.TagClassName
{
border-color: #B68E65;
}
</style>