Shades of Medium Wood #B68166
Tints of Medium Wood #B68166
RGB
CMYK
RGB Variations
Color information
#B68166 (or 0xB68166) is known color: Medium Wood. HEX triplet: B6, 81 and 66. RGB value is (182,129,102). Sum of RGB (Red+Green+Blue) = 182+129+102=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 102 (40.23% from 255 or 24.70% from 413); Max value from RGB is 182 - color contains mainly: red. Hex color #B68166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68166 is #497E99. Grayscale: #8D8D8D. Windows color (decimal): -4816538 or 6717878. OLE color: 6717878.
HSL color Cylindrical-coordinate representation of color #B68166: hue angle of 20.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 #B68166 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 129 | 102 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.29 |
| HSL | 20.25º | 0.35% | 0.56% | - |
| HSV(B) | 20.25º | 0.44% | 0.71% | - |
| XYZ | 29.54 | 26.6 | 16.15 | - |
| YUV | 141.77 | 105.56 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 129 | 102 | 0 | 0.29 | 0.44 | 0.29 | 20.25 | 0.35 | 0.56 |
| Hex | B6 | 81 | 66 | 0 | 1D | 2C | 1D | 14 | 23 | 38 |
| Octal | 266 | 201 | 146 | 0 | 35 | 54 | 35 | 24 | 43 | 70 |
| Binary | 10110110 | 10000001 | 1100110 | 0 | 11101 | 101100 | 11101 | 10100 | 100011 | 111000 |
Color Harmonies of #B68166
Complementary color
Monochromatic Colors of #B68166
Black with #B68166
Text Example
Text Example
White with #B68166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68166; }
p { color: rgb(182,129,102); }
H1.HeaderClassName
{
color: #B68166;
}
.AnyTagClassName
{
color: #B68166;
}
</style>
background-color css
<style>
a { background-color: #B68166; }
a { background-color: rgb(182,129,102); }
div.DivClassName
{
background-color: #B68166;
}
.BgClassName
{
background-color: #B68166;
}
</style>
border-color css
<style>
span { border-color: #B68166; }
span { border-color: rgb(182,129,102); }
td.TdClassName
{
border-color: #B68166;
}
.TagClassName
{
border-color: #B68166;
}
</style>