Shades of Medium Wood #B38160
Tints of Medium Wood #B38160
RGB
CMYK
RGB Variations
Color information
#B38160 (or 0xB38160) is known color: Medium Wood. HEX triplet: B3, 81 and 60. RGB value is (179,129,96). Sum of RGB (Red+Green+Blue) = 179+129+96=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 96 (37.89% from 255 or 23.76% from 404); Max value from RGB is 179 - color contains mainly: red. Hex color #B38160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38160 is #4C7E9F. Grayscale: #8C8C8C. Windows color (decimal): -5013152 or 6324659. OLE color: 6324659.
HSL color Cylindrical-coordinate representation of color #B38160: hue angle of 23.86º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B38160 is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 129 | 96 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.30 |
| HSL | 23.86º | 0.35% | 0.54% | - |
| HSV(B) | 23.86º | 0.46% | 0.7% | - |
| XYZ | 28.55 | 26.13 | 14.6 | - |
| YUV | 140.19 | 103.07 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 129 | 96 | 0 | 0.28 | 0.46 | 0.30 | 23.86 | 0.35 | 0.54 |
| Hex | B3 | 81 | 60 | 0 | 1C | 2E | 1E | 18 | 23 | 36 |
| Octal | 263 | 201 | 140 | 0 | 34 | 56 | 36 | 30 | 43 | 66 |
| Binary | 10110011 | 10000001 | 1100000 | 0 | 11100 | 101110 | 11110 | 11000 | 100011 | 110110 |
Color Harmonies of #B38160
Complementary color
Monochromatic Colors of #B38160
Black with #B38160
Text Example
Text Example
White with #B38160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38160; }
p { color: rgb(179,129,96); }
H1.HeaderClassName
{
color: #B38160;
}
.AnyTagClassName
{
color: #B38160;
}
</style>
background-color css
<style>
a { background-color: #B38160; }
a { background-color: rgb(179,129,96); }
div.DivClassName
{
background-color: #B38160;
}
.BgClassName
{
background-color: #B38160;
}
</style>
border-color css
<style>
span { border-color: #B38160; }
span { border-color: rgb(179,129,96); }
td.TdClassName
{
border-color: #B38160;
}
.TagClassName
{
border-color: #B38160;
}
</style>