Shades of Medium Wood #B38963
Tints of Medium Wood #B38963
RGB
CMYK
RGB Variations
Color information
#B38963 (or 0xB38963) is known color: Medium Wood. HEX triplet: B3, 89 and 63. RGB value is (179,137,99). Sum of RGB (Red+Green+Blue) = 179+137+99=415 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.13% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 99 (39.06% from 255 or 23.86% from 415); Max value from RGB is 179 - color contains mainly: red. Hex color #B38963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38963 is #4C769C. Grayscale: #919191. Windows color (decimal): -5011101 or 6523315. OLE color: 6523315.
HSL color Cylindrical-coordinate representation of color #B38963: hue angle of 28.5º 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 #B38963 is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 137 | 99 | - |
| CMYK | 0 | 0.23 | 0.45 | 0.30 |
| HSL | 28.5º | 0.34% | 0.55% | - |
| HSV(B) | 28.5º | 0.45% | 0.7% | - |
| XYZ | 29.79 | 28.38 | 15.71 | - |
| YUV | 145.23 | 101.91 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 137 | 99 | 0 | 0.23 | 0.45 | 0.30 | 28.5 | 0.34 | 0.55 |
| Hex | B3 | 89 | 63 | 0 | 17 | 2D | 1E | 1C | 22 | 37 |
| Octal | 263 | 211 | 143 | 0 | 27 | 55 | 36 | 34 | 42 | 67 |
| Binary | 10110011 | 10001001 | 1100011 | 0 | 10111 | 101101 | 11110 | 11100 | 100010 | 110111 |
Color Harmonies of #B38963
Complementary color
Monochromatic Colors of #B38963
Black with #B38963
Text Example
Text Example
White with #B38963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38963; }
p { color: rgb(179,137,99); }
H1.HeaderClassName
{
color: #B38963;
}
.AnyTagClassName
{
color: #B38963;
}
</style>
background-color css
<style>
a { background-color: #B38963; }
a { background-color: rgb(179,137,99); }
div.DivClassName
{
background-color: #B38963;
}
.BgClassName
{
background-color: #B38963;
}
</style>
border-color css
<style>
span { border-color: #B38963; }
span { border-color: rgb(179,137,99); }
td.TdClassName
{
border-color: #B38963;
}
.TagClassName
{
border-color: #B38963;
}
</style>