Shades of Medium Wood #B58665
Tints of Medium Wood #B58665
RGB
CMYK
RGB Variations
Color information
#B58665 (or 0xB58665) is known color: Medium Wood. HEX triplet: B5, 86 and 65. RGB value is (181,134,101). Sum of RGB (Red+Green+Blue) = 181+134+101=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 101 (39.84% from 255 or 24.28% from 416); Max value from RGB is 181 - color contains mainly: red. Hex color #B58665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58665 is #4A799A. Grayscale: #909090. Windows color (decimal): -4880795 or 6653621. OLE color: 6653621.
HSL color Cylindrical-coordinate representation of color #B58665: hue angle of 24.75º 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 #B58665 is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 134 | 101 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.29 |
| HSL | 24.75º | 0.35% | 0.55% | - |
| HSV(B) | 24.75º | 0.44% | 0.71% | - |
| XYZ | 29.93 | 27.81 | 16.1 | - |
| YUV | 144.29 | 103.57 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 134 | 101 | 0 | 0.26 | 0.44 | 0.29 | 24.75 | 0.35 | 0.55 |
| Hex | B5 | 86 | 65 | 0 | 1A | 2C | 1D | 19 | 23 | 37 |
| Octal | 265 | 206 | 145 | 0 | 32 | 54 | 35 | 31 | 43 | 67 |
| Binary | 10110101 | 10000110 | 1100101 | 0 | 11010 | 101100 | 11101 | 11001 | 100011 | 110111 |
Color Harmonies of #B58665
Complementary color
Monochromatic Colors of #B58665
Black with #B58665
Text Example
Text Example
White with #B58665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58665; }
p { color: rgb(181,134,101); }
H1.HeaderClassName
{
color: #B58665;
}
.AnyTagClassName
{
color: #B58665;
}
</style>
background-color css
<style>
a { background-color: #B58665; }
a { background-color: rgb(181,134,101); }
div.DivClassName
{
background-color: #B58665;
}
.BgClassName
{
background-color: #B58665;
}
</style>
border-color css
<style>
span { border-color: #B58665; }
span { border-color: rgb(181,134,101); }
td.TdClassName
{
border-color: #B58665;
}
.TagClassName
{
border-color: #B58665;
}
</style>