Shades of Medium Wood #B78460
Tints of Medium Wood #B78460
RGB
CMYK
RGB Variations
Color information
#B78460 (or 0xB78460) is known color: Medium Wood. HEX triplet: B7, 84 and 60. RGB value is (183,132,96). Sum of RGB (Red+Green+Blue) = 183+132+96=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 96 (37.89% from 255 or 23.36% from 411); Max value from RGB is 183 - color contains mainly: red. Hex color #B78460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78460 is #487B9F. Grayscale: #8F8F8F. Windows color (decimal): -4750240 or 6325431. OLE color: 6325431.
HSL color Cylindrical-coordinate representation of color #B78460: hue angle of 24.83º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B78460 is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 132 | 96 | - |
| CMYK | 0 | 0.28 | 0.48 | 0.28 |
| HSL | 24.83º | 0.38% | 0.55% | - |
| HSV(B) | 24.83º | 0.48% | 0.72% | - |
| XYZ | 29.89 | 27.41 | 14.78 | - |
| YUV | 143.15 | 101.4 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 132 | 96 | 0 | 0.28 | 0.48 | 0.28 | 24.83 | 0.38 | 0.55 |
| Hex | B7 | 84 | 60 | 0 | 1C | 30 | 1C | 19 | 26 | 37 |
| Octal | 267 | 204 | 140 | 0 | 34 | 60 | 34 | 31 | 46 | 67 |
| Binary | 10110111 | 10000100 | 1100000 | 0 | 11100 | 110000 | 11100 | 11001 | 100110 | 110111 |
Color Harmonies of #B78460
Complementary color
Monochromatic Colors of #B78460
Black with #B78460
Text Example
Text Example
White with #B78460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78460; }
p { color: rgb(183,132,96); }
H1.HeaderClassName
{
color: #B78460;
}
.AnyTagClassName
{
color: #B78460;
}
</style>
background-color css
<style>
a { background-color: #B78460; }
a { background-color: rgb(183,132,96); }
div.DivClassName
{
background-color: #B78460;
}
.BgClassName
{
background-color: #B78460;
}
</style>
border-color css
<style>
span { border-color: #B78460; }
span { border-color: rgb(183,132,96); }
td.TdClassName
{
border-color: #B78460;
}
.TagClassName
{
border-color: #B78460;
}
</style>