Shades of Medium Wood #B08266
Tints of Medium Wood #B08266
RGB
CMYK
RGB Variations
Color information
#B08266 (or 0xB08266) is known color: Medium Wood. HEX triplet: B0, 82 and 66. RGB value is (176,130,102). Sum of RGB (Red+Green+Blue) = 176+130+102=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 130 (51.17% from 255 or 31.86% from 408); Blue value is 102 (40.23% from 255 or 25% from 408); Max value from RGB is 176 - color contains mainly: red. Hex color #B08266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08266 is #4F7D99. Grayscale: #8C8C8C. Windows color (decimal): -5209498 or 6718128. OLE color: 6718128.
HSL color Cylindrical-coordinate representation of color #B08266: hue angle of 22.7º 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 #B08266 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 130 | 102 | - |
| CMYK | 0 | 0.26 | 0.42 | 0.31 |
| HSL | 22.7º | 0.32% | 0.55% | - |
| HSV(B) | 22.7º | 0.42% | 0.69% | - |
| XYZ | 28.29 | 26.15 | 16.13 | - |
| YUV | 140.56 | 106.24 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 130 | 102 | 0 | 0.26 | 0.42 | 0.31 | 22.7 | 0.32 | 0.55 |
| Hex | B0 | 82 | 66 | 0 | 1A | 2A | 1F | 17 | 20 | 37 |
| Octal | 260 | 202 | 146 | 0 | 32 | 52 | 37 | 27 | 40 | 67 |
| Binary | 10110000 | 10000010 | 1100110 | 0 | 11010 | 101010 | 11111 | 10111 | 100000 | 110111 |
Color Harmonies of #B08266
Complementary color
Monochromatic Colors of #B08266
Black with #B08266
Text Example
Text Example
White with #B08266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08266; }
p { color: rgb(176,130,102); }
H1.HeaderClassName
{
color: #B08266;
}
.AnyTagClassName
{
color: #B08266;
}
</style>
background-color css
<style>
a { background-color: #B08266; }
a { background-color: rgb(176,130,102); }
div.DivClassName
{
background-color: #B08266;
}
.BgClassName
{
background-color: #B08266;
}
</style>
border-color css
<style>
span { border-color: #B08266; }
span { border-color: rgb(176,130,102); }
td.TdClassName
{
border-color: #B08266;
}
.TagClassName
{
border-color: #B08266;
}
</style>