Shades of Medium Wood #B88560
Tints of Medium Wood #B88560
RGB
CMYK
RGB Variations
Color information
#B88560 (or 0xB88560) is known color: Medium Wood. HEX triplet: B8, 85 and 60. RGB value is (184,133,96). Sum of RGB (Red+Green+Blue) = 184+133+96=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 96 (37.89% from 255 or 23.24% from 413); Max value from RGB is 184 - color contains mainly: red. Hex color #B88560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88560 is #477A9F. Grayscale: #909090. Windows color (decimal): -4684448 or 6325688. OLE color: 6325688.
HSL color Cylindrical-coordinate representation of color #B88560: hue angle of 25.23º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B88560 is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 133 | 96 | - |
| CMYK | 0 | 0.28 | 0.48 | 0.28 |
| HSL | 25.23º | 0.38% | 0.55% | - |
| HSV(B) | 25.23º | 0.48% | 0.72% | - |
| XYZ | 30.27 | 27.81 | 14.84 | - |
| YUV | 144.03 | 100.9 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 133 | 96 | 0 | 0.28 | 0.48 | 0.28 | 25.23 | 0.38 | 0.55 |
| Hex | B8 | 85 | 60 | 0 | 1C | 30 | 1C | 19 | 26 | 37 |
| Octal | 270 | 205 | 140 | 0 | 34 | 60 | 34 | 31 | 46 | 67 |
| Binary | 10111000 | 10000101 | 1100000 | 0 | 11100 | 110000 | 11100 | 11001 | 100110 | 110111 |
Color Harmonies of #B88560
Complementary color
Monochromatic Colors of #B88560
Black with #B88560
Text Example
Text Example
White with #B88560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88560; }
p { color: rgb(184,133,96); }
H1.HeaderClassName
{
color: #B88560;
}
.AnyTagClassName
{
color: #B88560;
}
</style>
background-color css
<style>
a { background-color: #B88560; }
a { background-color: rgb(184,133,96); }
div.DivClassName
{
background-color: #B88560;
}
.BgClassName
{
background-color: #B88560;
}
</style>
border-color css
<style>
span { border-color: #B88560; }
span { border-color: rgb(184,133,96); }
td.TdClassName
{
border-color: #B88560;
}
.TagClassName
{
border-color: #B88560;
}
</style>