Shades of Medium Wood #B67E66
Tints of Medium Wood #B67E66
RGB
CMYK
RGB Variations
Color information
#B67E66 (or 0xB67E66) is known color: Medium Wood. HEX triplet: B6, 7E and 66. RGB value is (182,126,102). Sum of RGB (Red+Green+Blue) = 182+126+102=410 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.39% from 410); Green value is 126 (49.61% from 255 or 30.73% from 410); Blue value is 102 (40.23% from 255 or 24.88% from 410); Max value from RGB is 182 - color contains mainly: red. Hex color #B67E66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67E66 is #498199. Grayscale: #8C8C8C. Windows color (decimal): -4817306 or 6717110. OLE color: 6717110.
HSL color Cylindrical-coordinate representation of color #B67E66: hue angle of 18º 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 #B67E66 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 126 | 102 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.29 |
| HSL | 18º | 0.35% | 0.56% | - |
| HSV(B) | 18º | 0.44% | 0.71% | - |
| XYZ | 29.15 | 25.83 | 16.02 | - |
| YUV | 140.01 | 106.55 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 126 | 102 | 0 | 0.31 | 0.44 | 0.29 | 18 | 0.35 | 0.56 |
| Hex | B6 | 7E | 66 | 0 | 1F | 2C | 1D | 12 | 23 | 38 |
| Octal | 266 | 176 | 146 | 0 | 37 | 54 | 35 | 22 | 43 | 70 |
| Binary | 10110110 | 1111110 | 1100110 | 0 | 11111 | 101100 | 11101 | 10010 | 100011 | 111000 |
Color Harmonies of #B67E66
Complementary color
Monochromatic Colors of #B67E66
Black with #B67E66
Text Example
Text Example
White with #B67E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67E66; }
p { color: rgb(182,126,102); }
H1.HeaderClassName
{
color: #B67E66;
}
.AnyTagClassName
{
color: #B67E66;
}
</style>
background-color css
<style>
a { background-color: #B67E66; }
a { background-color: rgb(182,126,102); }
div.DivClassName
{
background-color: #B67E66;
}
.BgClassName
{
background-color: #B67E66;
}
</style>
border-color css
<style>
span { border-color: #B67E66; }
span { border-color: rgb(182,126,102); }
td.TdClassName
{
border-color: #B67E66;
}
.TagClassName
{
border-color: #B67E66;
}
</style>