Shades of Medium Wood #B08466
Tints of Medium Wood #B08466
RGB
CMYK
RGB Variations
Color information
#B08466 (or 0xB08466) is known color: Medium Wood. HEX triplet: B0, 84 and 66. RGB value is (176,132,102). Sum of RGB (Red+Green+Blue) = 176+132+102=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 102 (40.23% from 255 or 24.88% from 410); Max value from RGB is 176 - color contains mainly: red. Hex color #B08466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08466 is #4F7B99. Grayscale: #8D8D8D. Windows color (decimal): -5208986 or 6718640. OLE color: 6718640.
HSL color Cylindrical-coordinate representation of color #B08466: hue angle of 24.32º 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 #B08466 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 132 | 102 | - |
| CMYK | 0 | 0.25 | 0.42 | 0.31 |
| HSL | 24.32º | 0.32% | 0.55% | - |
| HSV(B) | 24.32º | 0.42% | 0.69% | - |
| XYZ | 28.55 | 26.69 | 16.22 | - |
| YUV | 141.74 | 105.58 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 132 | 102 | 0 | 0.25 | 0.42 | 0.31 | 24.32 | 0.32 | 0.55 |
| Hex | B0 | 84 | 66 | 0 | 19 | 2A | 1F | 18 | 20 | 37 |
| Octal | 260 | 204 | 146 | 0 | 31 | 52 | 37 | 30 | 40 | 67 |
| Binary | 10110000 | 10000100 | 1100110 | 0 | 11001 | 101010 | 11111 | 11000 | 100000 | 110111 |
Color Harmonies of #B08466
Complementary color
Monochromatic Colors of #B08466
Black with #B08466
Text Example
Text Example
White with #B08466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08466; }
p { color: rgb(176,132,102); }
H1.HeaderClassName
{
color: #B08466;
}
.AnyTagClassName
{
color: #B08466;
}
</style>
background-color css
<style>
a { background-color: #B08466; }
a { background-color: rgb(176,132,102); }
div.DivClassName
{
background-color: #B08466;
}
.BgClassName
{
background-color: #B08466;
}
</style>
border-color css
<style>
span { border-color: #B08466; }
span { border-color: rgb(176,132,102); }
td.TdClassName
{
border-color: #B08466;
}
.TagClassName
{
border-color: #B08466;
}
</style>