Shades of Medium Wood #B58263
Tints of Medium Wood #B58263
RGB
CMYK
RGB Variations
Color information
#B58263 (or 0xB58263) is known color: Medium Wood. HEX triplet: B5, 82 and 63. RGB value is (181,130,99). Sum of RGB (Red+Green+Blue) = 181+130+99=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 130 (51.17% from 255 or 31.71% from 410); Blue value is 99 (39.06% from 255 or 24.15% from 410); Max value from RGB is 181 - color contains mainly: red. Hex color #B58263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58263 is #4A7D9C. Grayscale: #8D8D8D. Windows color (decimal): -4881821 or 6521525. OLE color: 6521525.
HSL color Cylindrical-coordinate representation of color #B58263: hue angle of 22.68º degrees, saturation: 0.36, 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 #B58263 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 130 | 99 | - |
| CMYK | 0 | 0.28 | 0.45 | 0.29 |
| HSL | 22.68º | 0.36% | 0.55% | - |
| HSV(B) | 22.68º | 0.45% | 0.71% | - |
| XYZ | 29.29 | 26.69 | 15.41 | - |
| YUV | 141.72 | 103.9 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 130 | 99 | 0 | 0.28 | 0.45 | 0.29 | 22.68 | 0.36 | 0.55 |
| Hex | B5 | 82 | 63 | 0 | 1C | 2D | 1D | 17 | 24 | 37 |
| Octal | 265 | 202 | 143 | 0 | 34 | 55 | 35 | 27 | 44 | 67 |
| Binary | 10110101 | 10000010 | 1100011 | 0 | 11100 | 101101 | 11101 | 10111 | 100100 | 110111 |
Color Harmonies of #B58263
Complementary color
Monochromatic Colors of #B58263
Black with #B58263
Text Example
Text Example
White with #B58263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58263; }
p { color: rgb(181,130,99); }
H1.HeaderClassName
{
color: #B58263;
}
.AnyTagClassName
{
color: #B58263;
}
</style>
background-color css
<style>
a { background-color: #B58263; }
a { background-color: rgb(181,130,99); }
div.DivClassName
{
background-color: #B58263;
}
.BgClassName
{
background-color: #B58263;
}
</style>
border-color css
<style>
span { border-color: #B58263; }
span { border-color: rgb(181,130,99); }
td.TdClassName
{
border-color: #B58263;
}
.TagClassName
{
border-color: #B58263;
}
</style>