Shades of Medium Wood #B5805F
Tints of Medium Wood #B5805F
RGB
CMYK
RGB Variations
Color information
#B5805F (or 0xB5805F) is known color: Medium Wood. HEX triplet: B5, 80 and 5F. RGB value is (181,128,95). Sum of RGB (Red+Green+Blue) = 181+128+95=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 95 (37.5% from 255 or 23.51% from 404); Max value from RGB is 181 - color contains mainly: red. Hex color #B5805F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5805F is #4A7FA0. Grayscale: #8C8C8C. Windows color (decimal): -4882337 or 6258869. OLE color: 6258869.
HSL color Cylindrical-coordinate representation of color #B5805F: hue angle of 23.02º 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 #B5805F is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 128 | 95 | - |
| CMYK | 0 | 0.29 | 0.48 | 0.29 |
| HSL | 23.02º | 0.37% | 0.54% | - |
| HSV(B) | 23.02º | 0.48% | 0.71% | - |
| XYZ | 28.84 | 26.09 | 14.34 | - |
| YUV | 140.09 | 102.56 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 128 | 95 | 0 | 0.29 | 0.48 | 0.29 | 23.02 | 0.37 | 0.54 |
| Hex | B5 | 80 | 5F | 0 | 1D | 30 | 1D | 17 | 25 | 36 |
| Octal | 265 | 200 | 137 | 0 | 35 | 60 | 35 | 27 | 45 | 66 |
| Binary | 10110101 | 10000000 | 1011111 | 0 | 11101 | 110000 | 11101 | 10111 | 100101 | 110110 |
Color Harmonies of #B5805F
Complementary color
Monochromatic Colors of #B5805F
Black with #B5805F
Text Example
Text Example
White with #B5805F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5805F; }
p { color: rgb(181,128,95); }
H1.HeaderClassName
{
color: #B5805F;
}
.AnyTagClassName
{
color: #B5805F;
}
</style>
background-color css
<style>
a { background-color: #B5805F; }
a { background-color: rgb(181,128,95); }
div.DivClassName
{
background-color: #B5805F;
}
.BgClassName
{
background-color: #B5805F;
}
</style>
border-color css
<style>
span { border-color: #B5805F; }
span { border-color: rgb(181,128,95); }
td.TdClassName
{
border-color: #B5805F;
}
.TagClassName
{
border-color: #B5805F;
}
</style>