Shades of Medium Wood #B58362
Tints of Medium Wood #B58362
RGB
CMYK
RGB Variations
Color information
#B58362 (or 0xB58362) is known color: Medium Wood. HEX triplet: B5, 83 and 62. RGB value is (181,131,98). Sum of RGB (Red+Green+Blue) = 181+131+98=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 131 (51.56% from 255 or 31.95% from 410); Blue value is 98 (38.67% from 255 or 23.90% from 410); Max value from RGB is 181 - color contains mainly: red. Hex color #B58362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58362 is #4A7C9D. Grayscale: #8E8E8E. Windows color (decimal): -4881566 or 6456245. OLE color: 6456245.
HSL color Cylindrical-coordinate representation of color #B58362: hue angle of 23.86º 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 #B58362 is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 131 | 98 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.29 |
| HSL | 23.86º | 0.36% | 0.55% | - |
| HSV(B) | 23.86º | 0.46% | 0.71% | - |
| XYZ | 29.38 | 26.94 | 15.21 | - |
| YUV | 142.19 | 103.07 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 131 | 98 | 0 | 0.28 | 0.46 | 0.29 | 23.86 | 0.36 | 0.55 |
| Hex | B5 | 83 | 62 | 0 | 1C | 2E | 1D | 18 | 24 | 37 |
| Octal | 265 | 203 | 142 | 0 | 34 | 56 | 35 | 30 | 44 | 67 |
| Binary | 10110101 | 10000011 | 1100010 | 0 | 11100 | 101110 | 11101 | 11000 | 100100 | 110111 |
Color Harmonies of #B58362
Complementary color
Monochromatic Colors of #B58362
Black with #B58362
Text Example
Text Example
White with #B58362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58362; }
p { color: rgb(181,131,98); }
H1.HeaderClassName
{
color: #B58362;
}
.AnyTagClassName
{
color: #B58362;
}
</style>
background-color css
<style>
a { background-color: #B58362; }
a { background-color: rgb(181,131,98); }
div.DivClassName
{
background-color: #B58362;
}
.BgClassName
{
background-color: #B58362;
}
</style>
border-color css
<style>
span { border-color: #B58362; }
span { border-color: rgb(181,131,98); }
td.TdClassName
{
border-color: #B58362;
}
.TagClassName
{
border-color: #B58362;
}
</style>