Shades of Medium Wood #B88063
Tints of Medium Wood #B88063
RGB
CMYK
RGB Variations
Color information
#B88063 (or 0xB88063) is known color: Medium Wood. HEX triplet: B8, 80 and 63. RGB value is (184,128,99). Sum of RGB (Red+Green+Blue) = 184+128+99=411 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.77% from 411); Green value is 128 (50.39% from 255 or 31.14% from 411); Blue value is 99 (39.06% from 255 or 24.09% from 411); Max value from RGB is 184 - color contains mainly: red. Hex color #B88063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88063 is #477F9C. Grayscale: #8D8D8D. Windows color (decimal): -4685725 or 6521016. OLE color: 6521016.
HSL color Cylindrical-coordinate representation of color #B88063: hue angle of 20.47º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B88063 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 128 | 99 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.28 |
| HSL | 20.47º | 0.37% | 0.55% | - |
| HSV(B) | 20.47º | 0.46% | 0.72% | - |
| XYZ | 29.74 | 26.53 | 15.36 | - |
| YUV | 141.44 | 104.05 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 128 | 99 | 0 | 0.30 | 0.46 | 0.28 | 20.47 | 0.37 | 0.55 |
| Hex | B8 | 80 | 63 | 0 | 1E | 2E | 1C | 14 | 25 | 37 |
| Octal | 270 | 200 | 143 | 0 | 36 | 56 | 34 | 24 | 45 | 67 |
| Binary | 10111000 | 10000000 | 1100011 | 0 | 11110 | 101110 | 11100 | 10100 | 100101 | 110111 |
Color Harmonies of #B88063
Complementary color
Monochromatic Colors of #B88063
Black with #B88063
Text Example
Text Example
White with #B88063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88063; }
p { color: rgb(184,128,99); }
H1.HeaderClassName
{
color: #B88063;
}
.AnyTagClassName
{
color: #B88063;
}
</style>
background-color css
<style>
a { background-color: #B88063; }
a { background-color: rgb(184,128,99); }
div.DivClassName
{
background-color: #B88063;
}
.BgClassName
{
background-color: #B88063;
}
</style>
border-color css
<style>
span { border-color: #B88063; }
span { border-color: rgb(184,128,99); }
td.TdClassName
{
border-color: #B88063;
}
.TagClassName
{
border-color: #B88063;
}
</style>