Shades of Medium Wood #B38862
Tints of Medium Wood #B38862
RGB
CMYK
RGB Variations
Color information
#B38862 (or 0xB38862) is known color: Medium Wood. HEX triplet: B3, 88 and 62. RGB value is (179,136,98). Sum of RGB (Red+Green+Blue) = 179+136+98=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 98 (38.67% from 255 or 23.73% from 413); Max value from RGB is 179 - color contains mainly: red. Hex color #B38862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38862 is #4C779D. Grayscale: #909090. Windows color (decimal): -5011358 or 6457523. OLE color: 6457523.
HSL color Cylindrical-coordinate representation of color #B38862: hue angle of 28.15º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B38862 is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 136 | 98 | - |
| CMYK | 0 | 0.24 | 0.45 | 0.30 |
| HSL | 28.15º | 0.35% | 0.54% | - |
| HSV(B) | 28.15º | 0.45% | 0.7% | - |
| XYZ | 29.6 | 28.07 | 15.41 | - |
| YUV | 144.53 | 101.75 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 136 | 98 | 0 | 0.24 | 0.45 | 0.30 | 28.15 | 0.35 | 0.54 |
| Hex | B3 | 88 | 62 | 0 | 18 | 2D | 1E | 1C | 23 | 36 |
| Octal | 263 | 210 | 142 | 0 | 30 | 55 | 36 | 34 | 43 | 66 |
| Binary | 10110011 | 10001000 | 1100010 | 0 | 11000 | 101101 | 11110 | 11100 | 100011 | 110110 |
Color Harmonies of #B38862
Complementary color
Monochromatic Colors of #B38862
Black with #B38862
Text Example
Text Example
White with #B38862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38862; }
p { color: rgb(179,136,98); }
H1.HeaderClassName
{
color: #B38862;
}
.AnyTagClassName
{
color: #B38862;
}
</style>
background-color css
<style>
a { background-color: #B38862; }
a { background-color: rgb(179,136,98); }
div.DivClassName
{
background-color: #B38862;
}
.BgClassName
{
background-color: #B38862;
}
</style>
border-color css
<style>
span { border-color: #B38862; }
span { border-color: rgb(179,136,98); }
td.TdClassName
{
border-color: #B38862;
}
.TagClassName
{
border-color: #B38862;
}
</style>