Shades of Medium Wood #B58062
Tints of Medium Wood #B58062
RGB
CMYK
RGB Variations
Color information
#B58062 (or 0xB58062) is known color: Medium Wood. HEX triplet: B5, 80 and 62. RGB value is (181,128,98). Sum of RGB (Red+Green+Blue) = 181+128+98=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 98 (38.67% from 255 or 24.08% from 407); Max value from RGB is 181 - color contains mainly: red. Hex color #B58062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58062 is #4A7F9D. Grayscale: #8C8C8C. Windows color (decimal): -4882334 or 6455477. OLE color: 6455477.
HSL color Cylindrical-coordinate representation of color #B58062: hue angle of 21.69º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B58062 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 128 | 98 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.29 |
| HSL | 21.69º | 0.36% | 0.55% | - |
| HSV(B) | 21.69º | 0.46% | 0.71% | - |
| XYZ | 28.98 | 26.14 | 15.07 | - |
| YUV | 140.43 | 104.06 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 128 | 98 | 0 | 0.29 | 0.46 | 0.29 | 21.69 | 0.36 | 0.55 |
| Hex | B5 | 80 | 62 | 0 | 1D | 2E | 1D | 16 | 24 | 37 |
| Octal | 265 | 200 | 142 | 0 | 35 | 56 | 35 | 26 | 44 | 67 |
| Binary | 10110101 | 10000000 | 1100010 | 0 | 11101 | 101110 | 11101 | 10110 | 100100 | 110111 |
Color Harmonies of #B58062
Complementary color
Monochromatic Colors of #B58062
Black with #B58062
Text Example
Text Example
White with #B58062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58062; }
p { color: rgb(181,128,98); }
H1.HeaderClassName
{
color: #B58062;
}
.AnyTagClassName
{
color: #B58062;
}
</style>
background-color css
<style>
a { background-color: #B58062; }
a { background-color: rgb(181,128,98); }
div.DivClassName
{
background-color: #B58062;
}
.BgClassName
{
background-color: #B58062;
}
</style>
border-color css
<style>
span { border-color: #B58062; }
span { border-color: rgb(181,128,98); }
td.TdClassName
{
border-color: #B58062;
}
.TagClassName
{
border-color: #B58062;
}
</style>