Shades of Medium Wood #B08766
Tints of Medium Wood #B08766
RGB
CMYK
RGB Variations
Color information
#B08766 (or 0xB08766) is known color: Medium Wood. HEX triplet: B0, 87 and 66. RGB value is (176,135,102). Sum of RGB (Red+Green+Blue) = 176+135+102=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 135 (53.12% from 255 or 32.69% from 413); Blue value is 102 (40.23% from 255 or 24.70% from 413); Max value from RGB is 176 - color contains mainly: red. Hex color #B08766 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08766 is #4F7899. Grayscale: #8F8F8F. Windows color (decimal): -5208218 or 6719408. OLE color: 6719408.
HSL color Cylindrical-coordinate representation of color #B08766: hue angle of 26.76º 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 #B08766 is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 135 | 102 | - |
| CMYK | 0 | 0.23 | 0.42 | 0.31 |
| HSL | 26.76º | 0.32% | 0.55% | - |
| HSV(B) | 26.76º | 0.42% | 0.69% | - |
| XYZ | 28.97 | 27.52 | 16.36 | - |
| YUV | 143.5 | 104.58 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 135 | 102 | 0 | 0.23 | 0.42 | 0.31 | 26.76 | 0.32 | 0.55 |
| Hex | B0 | 87 | 66 | 0 | 17 | 2A | 1F | 1B | 20 | 37 |
| Octal | 260 | 207 | 146 | 0 | 27 | 52 | 37 | 33 | 40 | 67 |
| Binary | 10110000 | 10000111 | 1100110 | 0 | 10111 | 101010 | 11111 | 11011 | 100000 | 110111 |
Color Harmonies of #B08766
Complementary color
Monochromatic Colors of #B08766
Black with #B08766
Text Example
Text Example
White with #B08766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08766; }
p { color: rgb(176,135,102); }
H1.HeaderClassName
{
color: #B08766;
}
.AnyTagClassName
{
color: #B08766;
}
</style>
background-color css
<style>
a { background-color: #B08766; }
a { background-color: rgb(176,135,102); }
div.DivClassName
{
background-color: #B08766;
}
.BgClassName
{
background-color: #B08766;
}
</style>
border-color css
<style>
span { border-color: #B08766; }
span { border-color: rgb(176,135,102); }
td.TdClassName
{
border-color: #B08766;
}
.TagClassName
{
border-color: #B08766;
}
</style>