Shades of Medium Wood #B88865
Tints of Medium Wood #B88865
RGB
CMYK
RGB Variations
Color information
#B88865 (or 0xB88865) is known color: Medium Wood. HEX triplet: B8, 88 and 65. RGB value is (184,136,101). Sum of RGB (Red+Green+Blue) = 184+136+101=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 101 (39.84% from 255 or 23.99% from 421); Max value from RGB is 184 - color contains mainly: red. Hex color #B88865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88865 is #47779A. Grayscale: #929292. Windows color (decimal): -4683675 or 6654136. OLE color: 6654136.
HSL color Cylindrical-coordinate representation of color #B88865: hue angle of 25.3º 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 #B88865 is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 136 | 101 | - |
| CMYK | 0 | 0.26 | 0.45 | 0.28 |
| HSL | 25.3º | 0.37% | 0.56% | - |
| HSV(B) | 25.3º | 0.45% | 0.72% | - |
| XYZ | 30.92 | 28.74 | 16.23 | - |
| YUV | 146.36 | 102.4 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 136 | 101 | 0 | 0.26 | 0.45 | 0.28 | 25.3 | 0.37 | 0.56 |
| Hex | B8 | 88 | 65 | 0 | 1A | 2D | 1C | 19 | 25 | 38 |
| Octal | 270 | 210 | 145 | 0 | 32 | 55 | 34 | 31 | 45 | 70 |
| Binary | 10111000 | 10001000 | 1100101 | 0 | 11010 | 101101 | 11100 | 11001 | 100101 | 111000 |
Color Harmonies of #B88865
Complementary color
Monochromatic Colors of #B88865
Black with #B88865
Text Example
Text Example
White with #B88865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88865; }
p { color: rgb(184,136,101); }
H1.HeaderClassName
{
color: #B88865;
}
.AnyTagClassName
{
color: #B88865;
}
</style>
background-color css
<style>
a { background-color: #B88865; }
a { background-color: rgb(184,136,101); }
div.DivClassName
{
background-color: #B88865;
}
.BgClassName
{
background-color: #B88865;
}
</style>
border-color css
<style>
span { border-color: #B88865; }
span { border-color: rgb(184,136,101); }
td.TdClassName
{
border-color: #B88865;
}
.TagClassName
{
border-color: #B88865;
}
</style>