Shades of Medium Wood #B58059
Tints of Medium Wood #B58059
RGB
CMYK
RGB Variations
Color information
#B58059 (or 0xB58059) is known color: Medium Wood. HEX triplet: B5, 80 and 59. RGB value is (181,128,89). Sum of RGB (Red+Green+Blue) = 181+128+89=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 89 (35.16% from 255 or 22.36% from 398); Max value from RGB is 181 - color contains mainly: red. Hex color #B58059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58059 is #4A7FA6. Grayscale: #8B8B8B. Windows color (decimal): -4882343 or 5865653. OLE color: 5865653.
HSL color Cylindrical-coordinate representation of color #B58059: hue angle of 25.43º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B58059 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 128 | 89 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.29 |
| HSL | 25.43º | 0.38% | 0.53% | - |
| HSV(B) | 25.43º | 0.51% | 0.71% | - |
| XYZ | 28.58 | 25.98 | 12.96 | - |
| YUV | 139.4 | 99.56 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 128 | 89 | 0 | 0.29 | 0.51 | 0.29 | 25.43 | 0.38 | 0.53 |
| Hex | B5 | 80 | 59 | 0 | 1D | 33 | 1D | 19 | 26 | 35 |
| Octal | 265 | 200 | 131 | 0 | 35 | 63 | 35 | 31 | 46 | 65 |
| Binary | 10110101 | 10000000 | 1011001 | 0 | 11101 | 110011 | 11101 | 11001 | 100110 | 110101 |
Color Harmonies of #B58059
Complementary color
Monochromatic Colors of #B58059
Black with #B58059
Text Example
Text Example
White with #B58059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58059; }
p { color: rgb(181,128,89); }
H1.HeaderClassName
{
color: #B58059;
}
.AnyTagClassName
{
color: #B58059;
}
</style>
background-color css
<style>
a { background-color: #B58059; }
a { background-color: rgb(181,128,89); }
div.DivClassName
{
background-color: #B58059;
}
.BgClassName
{
background-color: #B58059;
}
</style>
border-color css
<style>
span { border-color: #B58059; }
span { border-color: rgb(181,128,89); }
td.TdClassName
{
border-color: #B58059;
}
.TagClassName
{
border-color: #B58059;
}
</style>