Shades of Medium Wood #B38760
Tints of Medium Wood #B38760
RGB
CMYK
RGB Variations
Color information
#B38760 (or 0xB38760) is known color: Medium Wood. HEX triplet: B3, 87 and 60. RGB value is (179,135,96). Sum of RGB (Red+Green+Blue) = 179+135+96=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 135 (53.12% from 255 or 32.93% from 410); Blue value is 96 (37.89% from 255 or 23.41% from 410); Max value from RGB is 179 - color contains mainly: red. Hex color #B38760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38760 is #4C789F. Grayscale: #8F8F8F. Windows color (decimal): -5011616 or 6326195. OLE color: 6326195.
HSL color Cylindrical-coordinate representation of color #B38760: hue angle of 28.19º 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 #B38760 is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 135 | 96 | - |
| CMYK | 0 | 0.25 | 0.46 | 0.30 |
| HSL | 28.19º | 0.35% | 0.54% | - |
| HSV(B) | 28.19º | 0.46% | 0.7% | - |
| XYZ | 29.37 | 27.76 | 14.88 | - |
| YUV | 143.71 | 101.08 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 135 | 96 | 0 | 0.25 | 0.46 | 0.30 | 28.19 | 0.35 | 0.54 |
| Hex | B3 | 87 | 60 | 0 | 19 | 2E | 1E | 1C | 23 | 36 |
| Octal | 263 | 207 | 140 | 0 | 31 | 56 | 36 | 34 | 43 | 66 |
| Binary | 10110011 | 10000111 | 1100000 | 0 | 11001 | 101110 | 11110 | 11100 | 100011 | 110110 |
Color Harmonies of #B38760
Complementary color
Monochromatic Colors of #B38760
Black with #B38760
Text Example
Text Example
White with #B38760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38760; }
p { color: rgb(179,135,96); }
H1.HeaderClassName
{
color: #B38760;
}
.AnyTagClassName
{
color: #B38760;
}
</style>
background-color css
<style>
a { background-color: #B38760; }
a { background-color: rgb(179,135,96); }
div.DivClassName
{
background-color: #B38760;
}
.BgClassName
{
background-color: #B38760;
}
</style>
border-color css
<style>
span { border-color: #B38760; }
span { border-color: rgb(179,135,96); }
td.TdClassName
{
border-color: #B38760;
}
.TagClassName
{
border-color: #B38760;
}
</style>