Shades of Medium Wood #B58364
Tints of Medium Wood #B58364
RGB
CMYK
RGB Variations
Color information
#B58364 (or 0xB58364) is known color: Medium Wood. HEX triplet: B5, 83 and 64. RGB value is (181,131,100). Sum of RGB (Red+Green+Blue) = 181+131+100=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 100 (39.45% from 255 or 24.27% from 412); Max value from RGB is 181 - color contains mainly: red. Hex color #B58364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58364 is #4A7C9B. Grayscale: #8E8E8E. Windows color (decimal): -4881564 or 6587317. OLE color: 6587317.
HSL color Cylindrical-coordinate representation of color #B58364: hue angle of 22.96º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B58364 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 131 | 100 | - |
| CMYK | 0 | 0.28 | 0.45 | 0.29 |
| HSL | 22.96º | 0.35% | 0.55% | - |
| HSV(B) | 22.96º | 0.45% | 0.71% | - |
| XYZ | 29.47 | 26.98 | 15.71 | - |
| YUV | 142.42 | 104.07 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 131 | 100 | 0 | 0.28 | 0.45 | 0.29 | 22.96 | 0.35 | 0.55 |
| Hex | B5 | 83 | 64 | 0 | 1C | 2D | 1D | 17 | 23 | 37 |
| Octal | 265 | 203 | 144 | 0 | 34 | 55 | 35 | 27 | 43 | 67 |
| Binary | 10110101 | 10000011 | 1100100 | 0 | 11100 | 101101 | 11101 | 10111 | 100011 | 110111 |
Color Harmonies of #B58364
Complementary color
Monochromatic Colors of #B58364
Black with #B58364
Text Example
Text Example
White with #B58364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58364; }
p { color: rgb(181,131,100); }
H1.HeaderClassName
{
color: #B58364;
}
.AnyTagClassName
{
color: #B58364;
}
</style>
background-color css
<style>
a { background-color: #B58364; }
a { background-color: rgb(181,131,100); }
div.DivClassName
{
background-color: #B58364;
}
.BgClassName
{
background-color: #B58364;
}
</style>
border-color css
<style>
span { border-color: #B58364; }
span { border-color: rgb(181,131,100); }
td.TdClassName
{
border-color: #B58364;
}
.TagClassName
{
border-color: #B58364;
}
</style>