Shades of Medium Wood #B18666
Tints of Medium Wood #B18666
RGB
CMYK
RGB Variations
Color information
#B18666 (or 0xB18666) is known color: Medium Wood. HEX triplet: B1, 86 and 66. RGB value is (177,134,102). Sum of RGB (Red+Green+Blue) = 177+134+102=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 134 (52.73% from 255 or 32.45% from 413); Blue value is 102 (40.23% from 255 or 24.70% from 413); Max value from RGB is 177 - color contains mainly: red. Hex color #B18666 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18666 is #4E7999. Grayscale: #8F8F8F. Windows color (decimal): -5142938 or 6719153. OLE color: 6719153.
HSL color Cylindrical-coordinate representation of color #B18666: hue angle of 25.6º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B18666 is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 134 | 102 | - |
| CMYK | 0 | 0.24 | 0.42 | 0.31 |
| HSL | 25.6º | 0.32% | 0.55% | - |
| HSV(B) | 25.6º | 0.42% | 0.69% | - |
| XYZ | 29.05 | 27.36 | 16.32 | - |
| YUV | 143.21 | 104.75 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 134 | 102 | 0 | 0.24 | 0.42 | 0.31 | 25.6 | 0.32 | 0.55 |
| Hex | B1 | 86 | 66 | 0 | 18 | 2A | 1F | 1A | 20 | 37 |
| Octal | 261 | 206 | 146 | 0 | 30 | 52 | 37 | 32 | 40 | 67 |
| Binary | 10110001 | 10000110 | 1100110 | 0 | 11000 | 101010 | 11111 | 11010 | 100000 | 110111 |
Color Harmonies of #B18666
Complementary color
Monochromatic Colors of #B18666
Black with #B18666
Text Example
Text Example
White with #B18666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18666; }
p { color: rgb(177,134,102); }
H1.HeaderClassName
{
color: #B18666;
}
.AnyTagClassName
{
color: #B18666;
}
</style>
background-color css
<style>
a { background-color: #B18666; }
a { background-color: rgb(177,134,102); }
div.DivClassName
{
background-color: #B18666;
}
.BgClassName
{
background-color: #B18666;
}
</style>
border-color css
<style>
span { border-color: #B18666; }
span { border-color: rgb(177,134,102); }
td.TdClassName
{
border-color: #B18666;
}
.TagClassName
{
border-color: #B18666;
}
</style>