Shades of Medium Wood #B58865
Tints of Medium Wood #B58865
RGB
CMYK
RGB Variations
Color information
#B58865 (or 0xB58865) is known color: Medium Wood. HEX triplet: B5, 88 and 65. RGB value is (181,136,101). Sum of RGB (Red+Green+Blue) = 181+136+101=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 101 (39.84% from 255 or 24.16% from 418); Max value from RGB is 181 - color contains mainly: red. Hex color #B58865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58865 is #4A779A. Grayscale: #919191. Windows color (decimal): -4880283 or 6654133. OLE color: 6654133.
HSL color Cylindrical-coordinate representation of color #B58865: hue angle of 26.25º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B58865 is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 136 | 101 | - |
| CMYK | 0 | 0.25 | 0.44 | 0.29 |
| HSL | 26.25º | 0.35% | 0.55% | - |
| HSV(B) | 26.25º | 0.44% | 0.71% | - |
| XYZ | 30.21 | 28.37 | 16.2 | - |
| YUV | 145.47 | 102.91 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 136 | 101 | 0 | 0.25 | 0.44 | 0.29 | 26.25 | 0.35 | 0.55 |
| Hex | B5 | 88 | 65 | 0 | 19 | 2C | 1D | 1A | 23 | 37 |
| Octal | 265 | 210 | 145 | 0 | 31 | 54 | 35 | 32 | 43 | 67 |
| Binary | 10110101 | 10001000 | 1100101 | 0 | 11001 | 101100 | 11101 | 11010 | 100011 | 110111 |
Color Harmonies of #B58865
Complementary color
Monochromatic Colors of #B58865
Black with #B58865
Text Example
Text Example
White with #B58865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58865; }
p { color: rgb(181,136,101); }
H1.HeaderClassName
{
color: #B58865;
}
.AnyTagClassName
{
color: #B58865;
}
</style>
background-color css
<style>
a { background-color: #B58865; }
a { background-color: rgb(181,136,101); }
div.DivClassName
{
background-color: #B58865;
}
.BgClassName
{
background-color: #B58865;
}
</style>
border-color css
<style>
span { border-color: #B58865; }
span { border-color: rgb(181,136,101); }
td.TdClassName
{
border-color: #B58865;
}
.TagClassName
{
border-color: #B58865;
}
</style>