Shades of Medium Wood #B38060
Tints of Medium Wood #B38060
RGB
CMYK
RGB Variations
Color information
#B38060 (or 0xB38060) is known color: Medium Wood. HEX triplet: B3, 80 and 60. RGB value is (179,128,96). Sum of RGB (Red+Green+Blue) = 179+128+96=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 96 (37.89% from 255 or 23.82% from 403); Max value from RGB is 179 - color contains mainly: red. Hex color #B38060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38060 is #4C7F9F. Grayscale: #8B8B8B. Windows color (decimal): -5013408 or 6324403. OLE color: 6324403.
HSL color Cylindrical-coordinate representation of color #B38060: hue angle of 23.13º 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 #B38060 is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 128 | 96 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.30 |
| HSL | 23.13º | 0.35% | 0.54% | - |
| HSV(B) | 23.13º | 0.46% | 0.7% | - |
| XYZ | 28.42 | 25.87 | 14.56 | - |
| YUV | 139.6 | 103.4 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 128 | 96 | 0 | 0.28 | 0.46 | 0.30 | 23.13 | 0.35 | 0.54 |
| Hex | B3 | 80 | 60 | 0 | 1C | 2E | 1E | 17 | 23 | 36 |
| Octal | 263 | 200 | 140 | 0 | 34 | 56 | 36 | 27 | 43 | 66 |
| Binary | 10110011 | 10000000 | 1100000 | 0 | 11100 | 101110 | 11110 | 10111 | 100011 | 110110 |
Color Harmonies of #B38060
Complementary color
Monochromatic Colors of #B38060
Black with #B38060
Text Example
Text Example
White with #B38060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38060; }
p { color: rgb(179,128,96); }
H1.HeaderClassName
{
color: #B38060;
}
.AnyTagClassName
{
color: #B38060;
}
</style>
background-color css
<style>
a { background-color: #B38060; }
a { background-color: rgb(179,128,96); }
div.DivClassName
{
background-color: #B38060;
}
.BgClassName
{
background-color: #B38060;
}
</style>
border-color css
<style>
span { border-color: #B38060; }
span { border-color: rgb(179,128,96); }
td.TdClassName
{
border-color: #B38060;
}
.TagClassName
{
border-color: #B38060;
}
</style>