Shades of Medium Wood #B5805C
Tints of Medium Wood #B5805C
RGB
CMYK
RGB Variations
Color information
#B5805C (or 0xB5805C) is known color: Medium Wood. HEX triplet: B5, 80 and 5C. RGB value is (181,128,92). Sum of RGB (Red+Green+Blue) = 181+128+92=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 181 - color contains mainly: red. Hex color #B5805C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5805C is #4A7FA3. Grayscale: #8B8B8B. Windows color (decimal): -4882340 or 6062261. OLE color: 6062261.
HSL color Cylindrical-coordinate representation of color #B5805C: hue angle of 24.27º degrees, saturation: 0.38, 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 #B5805C is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 128 | 92 | - |
| CMYK | 0 | 0.29 | 0.49 | 0.29 |
| HSL | 24.27º | 0.38% | 0.54% | - |
| HSV(B) | 24.27º | 0.49% | 0.71% | - |
| XYZ | 28.71 | 26.03 | 13.64 | - |
| YUV | 139.74 | 101.06 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 128 | 92 | 0 | 0.29 | 0.49 | 0.29 | 24.27 | 0.38 | 0.54 |
| Hex | B5 | 80 | 5C | 0 | 1D | 31 | 1D | 18 | 26 | 36 |
| Octal | 265 | 200 | 134 | 0 | 35 | 61 | 35 | 30 | 46 | 66 |
| Binary | 10110101 | 10000000 | 1011100 | 0 | 11101 | 110001 | 11101 | 11000 | 100110 | 110110 |
Color Harmonies of #B5805C
Complementary color
Monochromatic Colors of #B5805C
Black with #B5805C
Text Example
Text Example
White with #B5805C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5805C; }
p { color: rgb(181,128,92); }
H1.HeaderClassName
{
color: #B5805C;
}
.AnyTagClassName
{
color: #B5805C;
}
</style>
background-color css
<style>
a { background-color: #B5805C; }
a { background-color: rgb(181,128,92); }
div.DivClassName
{
background-color: #B5805C;
}
.BgClassName
{
background-color: #B5805C;
}
</style>
border-color css
<style>
span { border-color: #B5805C; }
span { border-color: rgb(181,128,92); }
td.TdClassName
{
border-color: #B5805C;
}
.TagClassName
{
border-color: #B5805C;
}
</style>