Shades of Medium Wood #B58065
Tints of Medium Wood #B58065
RGB
CMYK
RGB Variations
Color information
#B58065 (or 0xB58065) is known color: Medium Wood. HEX triplet: B5, 80 and 65. RGB value is (181,128,101). Sum of RGB (Red+Green+Blue) = 181+128+101=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 101 (39.84% from 255 or 24.63% from 410); Max value from RGB is 181 - color contains mainly: red. Hex color #B58065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58065 is #4A7F9A. Grayscale: #8C8C8C. Windows color (decimal): -4882331 or 6652085. OLE color: 6652085.
HSL color Cylindrical-coordinate representation of color #B58065: hue angle of 20.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 #B58065 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 128 | 101 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.29 |
| HSL | 20.25º | 0.35% | 0.55% | - |
| HSV(B) | 20.25º | 0.44% | 0.71% | - |
| XYZ | 29.12 | 26.2 | 15.83 | - |
| YUV | 140.77 | 105.56 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 128 | 101 | 0 | 0.29 | 0.44 | 0.29 | 20.25 | 0.35 | 0.55 |
| Hex | B5 | 80 | 65 | 0 | 1D | 2C | 1D | 14 | 23 | 37 |
| Octal | 265 | 200 | 145 | 0 | 35 | 54 | 35 | 24 | 43 | 67 |
| Binary | 10110101 | 10000000 | 1100101 | 0 | 11101 | 101100 | 11101 | 10100 | 100011 | 110111 |
Color Harmonies of #B58065
Complementary color
Monochromatic Colors of #B58065
Black with #B58065
Text Example
Text Example
White with #B58065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58065; }
p { color: rgb(181,128,101); }
H1.HeaderClassName
{
color: #B58065;
}
.AnyTagClassName
{
color: #B58065;
}
</style>
background-color css
<style>
a { background-color: #B58065; }
a { background-color: rgb(181,128,101); }
div.DivClassName
{
background-color: #B58065;
}
.BgClassName
{
background-color: #B58065;
}
</style>
border-color css
<style>
span { border-color: #B58065; }
span { border-color: rgb(181,128,101); }
td.TdClassName
{
border-color: #B58065;
}
.TagClassName
{
border-color: #B58065;
}
</style>