Shades of Medium Wood #B5815F
Tints of Medium Wood #B5815F
RGB
CMYK
RGB Variations
Color information
#B5815F (or 0xB5815F) is known color: Medium Wood. HEX triplet: B5, 81 and 5F. RGB value is (181,129,95). Sum of RGB (Red+Green+Blue) = 181+129+95=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 95 (37.5% from 255 or 23.46% from 405); Max value from RGB is 181 - color contains mainly: red. Hex color #B5815F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5815F is #4A7EA0. Grayscale: #8C8C8C. Windows color (decimal): -4882081 or 6259125. OLE color: 6259125.
HSL color Cylindrical-coordinate representation of color #B5815F: hue angle of 23.72º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B5815F is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 129 | 95 | - |
| CMYK | 0 | 0.29 | 0.48 | 0.29 |
| HSL | 23.72º | 0.37% | 0.54% | - |
| HSV(B) | 23.72º | 0.48% | 0.71% | - |
| XYZ | 28.97 | 26.35 | 14.39 | - |
| YUV | 140.67 | 102.23 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 129 | 95 | 0 | 0.29 | 0.48 | 0.29 | 23.72 | 0.37 | 0.54 |
| Hex | B5 | 81 | 5F | 0 | 1D | 30 | 1D | 18 | 25 | 36 |
| Octal | 265 | 201 | 137 | 0 | 35 | 60 | 35 | 30 | 45 | 66 |
| Binary | 10110101 | 10000001 | 1011111 | 0 | 11101 | 110000 | 11101 | 11000 | 100101 | 110110 |
Color Harmonies of #B5815F
Complementary color
Monochromatic Colors of #B5815F
Black with #B5815F
Text Example
Text Example
White with #B5815F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5815F; }
p { color: rgb(181,129,95); }
H1.HeaderClassName
{
color: #B5815F;
}
.AnyTagClassName
{
color: #B5815F;
}
</style>
background-color css
<style>
a { background-color: #B5815F; }
a { background-color: rgb(181,129,95); }
div.DivClassName
{
background-color: #B5815F;
}
.BgClassName
{
background-color: #B5815F;
}
</style>
border-color css
<style>
span { border-color: #B5815F; }
span { border-color: rgb(181,129,95); }
td.TdClassName
{
border-color: #B5815F;
}
.TagClassName
{
border-color: #B5815F;
}
</style>