Shades of Medium Wood #B38863
Tints of Medium Wood #B38863
RGB
CMYK
RGB Variations
Color information
#B38863 (or 0xB38863) is known color: Medium Wood. HEX triplet: B3, 88 and 63. RGB value is (179,136,99). Sum of RGB (Red+Green+Blue) = 179+136+99=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 136 (53.52% from 255 or 32.85% from 414); Blue value is 99 (39.06% from 255 or 23.91% from 414); Max value from RGB is 179 - color contains mainly: red. Hex color #B38863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38863 is #4C779C. Grayscale: #909090. Windows color (decimal): -5011357 or 6523059. OLE color: 6523059.
HSL color Cylindrical-coordinate representation of color #B38863: hue angle of 27.75º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B38863 is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 136 | 99 | - |
| CMYK | 0 | 0.24 | 0.45 | 0.30 |
| HSL | 27.75º | 0.34% | 0.55% | - |
| HSV(B) | 27.75º | 0.45% | 0.7% | - |
| XYZ | 29.65 | 28.09 | 15.66 | - |
| YUV | 144.64 | 102.25 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 136 | 99 | 0 | 0.24 | 0.45 | 0.30 | 27.75 | 0.34 | 0.55 |
| Hex | B3 | 88 | 63 | 0 | 18 | 2D | 1E | 1C | 22 | 37 |
| Octal | 263 | 210 | 143 | 0 | 30 | 55 | 36 | 34 | 42 | 67 |
| Binary | 10110011 | 10001000 | 1100011 | 0 | 11000 | 101101 | 11110 | 11100 | 100010 | 110111 |
Color Harmonies of #B38863
Complementary color
Monochromatic Colors of #B38863
Black with #B38863
Text Example
Text Example
White with #B38863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38863; }
p { color: rgb(179,136,99); }
H1.HeaderClassName
{
color: #B38863;
}
.AnyTagClassName
{
color: #B38863;
}
</style>
background-color css
<style>
a { background-color: #B38863; }
a { background-color: rgb(179,136,99); }
div.DivClassName
{
background-color: #B38863;
}
.BgClassName
{
background-color: #B38863;
}
</style>
border-color css
<style>
span { border-color: #B38863; }
span { border-color: rgb(179,136,99); }
td.TdClassName
{
border-color: #B38863;
}
.TagClassName
{
border-color: #B38863;
}
</style>