Shades of Medium Wood #B5805D
Tints of Medium Wood #B5805D
RGB
CMYK
RGB Variations
Color information
#B5805D (or 0xB5805D) is known color: Medium Wood. HEX triplet: B5, 80 and 5D. RGB value is (181,128,93). Sum of RGB (Red+Green+Blue) = 181+128+93=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 128 (50.39% from 255 or 31.84% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 181 - color contains mainly: red. Hex color #B5805D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5805D is #4A7FA2. Grayscale: #8C8C8C. Windows color (decimal): -4882339 or 6127797. OLE color: 6127797.
HSL color Cylindrical-coordinate representation of color #B5805D: hue angle of 23.86º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B5805D is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 128 | 93 | - |
| CMYK | 0 | 0.29 | 0.49 | 0.29 |
| HSL | 23.86º | 0.37% | 0.54% | - |
| HSV(B) | 23.86º | 0.49% | 0.71% | - |
| XYZ | 28.75 | 26.05 | 13.87 | - |
| YUV | 139.86 | 101.56 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 128 | 93 | 0 | 0.29 | 0.49 | 0.29 | 23.86 | 0.37 | 0.54 |
| Hex | B5 | 80 | 5D | 0 | 1D | 31 | 1D | 18 | 25 | 36 |
| Octal | 265 | 200 | 135 | 0 | 35 | 61 | 35 | 30 | 45 | 66 |
| Binary | 10110101 | 10000000 | 1011101 | 0 | 11101 | 110001 | 11101 | 11000 | 100101 | 110110 |
Color Harmonies of #B5805D
Complementary color
Monochromatic Colors of #B5805D
Black with #B5805D
Text Example
Text Example
White with #B5805D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5805D; }
p { color: rgb(181,128,93); }
H1.HeaderClassName
{
color: #B5805D;
}
.AnyTagClassName
{
color: #B5805D;
}
</style>
background-color css
<style>
a { background-color: #B5805D; }
a { background-color: rgb(181,128,93); }
div.DivClassName
{
background-color: #B5805D;
}
.BgClassName
{
background-color: #B5805D;
}
</style>
border-color css
<style>
span { border-color: #B5805D; }
span { border-color: rgb(181,128,93); }
td.TdClassName
{
border-color: #B5805D;
}
.TagClassName
{
border-color: #B5805D;
}
</style>