Shades of Medium Wood #B08866
Tints of Medium Wood #B08866
RGB
CMYK
RGB Variations
Color information
#B08866 (or 0xB08866) is known color: Medium Wood. HEX triplet: B0, 88 and 66. RGB value is (176,136,102). Sum of RGB (Red+Green+Blue) = 176+136+102=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 136 (53.52% from 255 or 32.85% from 414); Blue value is 102 (40.23% from 255 or 24.64% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B08866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08866 is #4F7799. Grayscale: #909090. Windows color (decimal): -5207962 or 6719664. OLE color: 6719664.
HSL color Cylindrical-coordinate representation of color #B08866: hue angle of 27.57º 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 #B08866 is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 136 | 102 | - |
| CMYK | 0 | 0.23 | 0.42 | 0.31 |
| HSL | 27.57º | 0.32% | 0.55% | - |
| HSV(B) | 27.57º | 0.42% | 0.69% | - |
| XYZ | 29.11 | 27.8 | 16.4 | - |
| YUV | 144.08 | 104.25 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 136 | 102 | 0 | 0.23 | 0.42 | 0.31 | 27.57 | 0.32 | 0.55 |
| Hex | B0 | 88 | 66 | 0 | 17 | 2A | 1F | 1C | 20 | 37 |
| Octal | 260 | 210 | 146 | 0 | 27 | 52 | 37 | 34 | 40 | 67 |
| Binary | 10110000 | 10001000 | 1100110 | 0 | 10111 | 101010 | 11111 | 11100 | 100000 | 110111 |
Color Harmonies of #B08866
Complementary color
Monochromatic Colors of #B08866
Black with #B08866
Text Example
Text Example
White with #B08866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08866; }
p { color: rgb(176,136,102); }
H1.HeaderClassName
{
color: #B08866;
}
.AnyTagClassName
{
color: #B08866;
}
</style>
background-color css
<style>
a { background-color: #B08866; }
a { background-color: rgb(176,136,102); }
div.DivClassName
{
background-color: #B08866;
}
.BgClassName
{
background-color: #B08866;
}
</style>
border-color css
<style>
span { border-color: #B08866; }
span { border-color: rgb(176,136,102); }
td.TdClassName
{
border-color: #B08866;
}
.TagClassName
{
border-color: #B08866;
}
</style>