Shades of Barley Corn #B68D66
Tints of Barley Corn #B68D66
RGB
CMYK
RGB Variations
Color information
#B68D66 (or 0xB68D66) is known color: Barley Corn. HEX triplet: B6, 8D and 66. RGB value is (182,141,102). Sum of RGB (Red+Green+Blue) = 182+141+102=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 102 (40.23% from 255 or 24% from 425); Max value from RGB is 182 - color contains mainly: red. Hex color #B68D66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68D66 is #497299. Grayscale: #959595. Windows color (decimal): -4813466 or 6720950. OLE color: 6720950.
HSL color Cylindrical-coordinate representation of color #B68D66: hue angle of 29.25º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B68D66 is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 141 | 102 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.29 |
| HSL | 29.25º | 0.35% | 0.56% | - |
| HSV(B) | 29.25º | 0.44% | 0.71% | - |
| XYZ | 31.21 | 29.95 | 16.71 | - |
| YUV | 148.81 | 101.58 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 141 | 102 | 0 | 0.23 | 0.44 | 0.29 | 29.25 | 0.35 | 0.56 |
| Hex | B6 | 8D | 66 | 0 | 17 | 2C | 1D | 1D | 23 | 38 |
| Octal | 266 | 215 | 146 | 0 | 27 | 54 | 35 | 35 | 43 | 70 |
| Binary | 10110110 | 10001101 | 1100110 | 0 | 10111 | 101100 | 11101 | 11101 | 100011 | 111000 |
Color Harmonies of #B68D66
Complementary color
Monochromatic Colors of #B68D66
Black with #B68D66
Text Example
Text Example
White with #B68D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68D66; }
p { color: rgb(182,141,102); }
H1.HeaderClassName
{
color: #B68D66;
}
.AnyTagClassName
{
color: #B68D66;
}
</style>
background-color css
<style>
a { background-color: #B68D66; }
a { background-color: rgb(182,141,102); }
div.DivClassName
{
background-color: #B68D66;
}
.BgClassName
{
background-color: #B68D66;
}
</style>
border-color css
<style>
span { border-color: #B68D66; }
span { border-color: rgb(182,141,102); }
td.TdClassName
{
border-color: #B68D66;
}
.TagClassName
{
border-color: #B68D66;
}
</style>