Shades of Medium Wood #B78062
Tints of Medium Wood #B78062
RGB
CMYK
RGB Variations
Color information
#B78062 (or 0xB78062) is known color: Medium Wood. HEX triplet: B7, 80 and 62. RGB value is (183,128,98). Sum of RGB (Red+Green+Blue) = 183+128+98=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 98 (38.67% from 255 or 23.96% from 409); Max value from RGB is 183 - color contains mainly: red. Hex color #B78062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78062 is #487F9D. Grayscale: #8D8D8D. Windows color (decimal): -4751262 or 6455479. OLE color: 6455479.
HSL color Cylindrical-coordinate representation of color #B78062: hue angle of 21.18º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B78062 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 128 | 98 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.28 |
| HSL | 21.18º | 0.37% | 0.55% | - |
| HSV(B) | 21.18º | 0.46% | 0.72% | - |
| XYZ | 29.45 | 26.39 | 15.1 | - |
| YUV | 141.03 | 103.72 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 128 | 98 | 0 | 0.30 | 0.46 | 0.28 | 21.18 | 0.37 | 0.55 |
| Hex | B7 | 80 | 62 | 0 | 1E | 2E | 1C | 15 | 25 | 37 |
| Octal | 267 | 200 | 142 | 0 | 36 | 56 | 34 | 25 | 45 | 67 |
| Binary | 10110111 | 10000000 | 1100010 | 0 | 11110 | 101110 | 11100 | 10101 | 100101 | 110111 |
Color Harmonies of #B78062
Complementary color
Monochromatic Colors of #B78062
Black with #B78062
Text Example
Text Example
White with #B78062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78062; }
p { color: rgb(183,128,98); }
H1.HeaderClassName
{
color: #B78062;
}
.AnyTagClassName
{
color: #B78062;
}
</style>
background-color css
<style>
a { background-color: #B78062; }
a { background-color: rgb(183,128,98); }
div.DivClassName
{
background-color: #B78062;
}
.BgClassName
{
background-color: #B78062;
}
</style>
border-color css
<style>
span { border-color: #B78062; }
span { border-color: rgb(183,128,98); }
td.TdClassName
{
border-color: #B78062;
}
.TagClassName
{
border-color: #B78062;
}
</style>