Shades of Medium Wood #B88466
Tints of Medium Wood #B88466
RGB
CMYK
RGB Variations
Color information
#B88466 (or 0xB88466) is known color: Medium Wood. HEX triplet: B8, 84 and 66. RGB value is (184,132,102). Sum of RGB (Red+Green+Blue) = 184+132+102=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 132 (51.95% from 255 or 31.58% from 418); Blue value is 102 (40.23% from 255 or 24.40% from 418); Max value from RGB is 184 - color contains mainly: red. Hex color #B88466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88466 is #477B99. Grayscale: #909090. Windows color (decimal): -4684698 or 6718648. OLE color: 6718648.
HSL color Cylindrical-coordinate representation of color #B88466: hue angle of 21.95º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B88466 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 132 | 102 | - |
| CMYK | 0 | 0.28 | 0.45 | 0.28 |
| HSL | 21.95º | 0.37% | 0.56% | - |
| HSV(B) | 21.95º | 0.45% | 0.72% | - |
| XYZ | 30.42 | 27.65 | 16.3 | - |
| YUV | 144.13 | 104.23 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 132 | 102 | 0 | 0.28 | 0.45 | 0.28 | 21.95 | 0.37 | 0.56 |
| Hex | B8 | 84 | 66 | 0 | 1C | 2D | 1C | 16 | 25 | 38 |
| Octal | 270 | 204 | 146 | 0 | 34 | 55 | 34 | 26 | 45 | 70 |
| Binary | 10111000 | 10000100 | 1100110 | 0 | 11100 | 101101 | 11100 | 10110 | 100101 | 111000 |
Color Harmonies of #B88466
Complementary color
Monochromatic Colors of #B88466
Black with #B88466
Text Example
Text Example
White with #B88466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88466; }
p { color: rgb(184,132,102); }
H1.HeaderClassName
{
color: #B88466;
}
.AnyTagClassName
{
color: #B88466;
}
</style>
background-color css
<style>
a { background-color: #B88466; }
a { background-color: rgb(184,132,102); }
div.DivClassName
{
background-color: #B88466;
}
.BgClassName
{
background-color: #B88466;
}
</style>
border-color css
<style>
span { border-color: #B88466; }
span { border-color: rgb(184,132,102); }
td.TdClassName
{
border-color: #B88466;
}
.TagClassName
{
border-color: #B88466;
}
</style>