Shades of Medium Wood #B78063
Tints of Medium Wood #B78063
RGB
CMYK
RGB Variations
Color information
#B78063 (or 0xB78063) is known color: Medium Wood. HEX triplet: B7, 80 and 63. RGB value is (183,128,99). Sum of RGB (Red+Green+Blue) = 183+128+99=410 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.63% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 99 (39.06% from 255 or 24.15% from 410); Max value from RGB is 183 - color contains mainly: red. Hex color #B78063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78063 is #487F9C. Grayscale: #8D8D8D. Windows color (decimal): -4751261 or 6521015. OLE color: 6521015.
HSL color Cylindrical-coordinate representation of color #B78063: hue angle of 20.71º 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 #B78063 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 128 | 99 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.28 |
| HSL | 20.71º | 0.37% | 0.55% | - |
| HSV(B) | 20.71º | 0.46% | 0.72% | - |
| XYZ | 29.5 | 26.41 | 15.35 | - |
| YUV | 141.14 | 104.22 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 128 | 99 | 0 | 0.30 | 0.46 | 0.28 | 20.71 | 0.37 | 0.55 |
| Hex | B7 | 80 | 63 | 0 | 1E | 2E | 1C | 15 | 25 | 37 |
| Octal | 267 | 200 | 143 | 0 | 36 | 56 | 34 | 25 | 45 | 67 |
| Binary | 10110111 | 10000000 | 1100011 | 0 | 11110 | 101110 | 11100 | 10101 | 100101 | 110111 |
Color Harmonies of #B78063
Complementary color
Monochromatic Colors of #B78063
Black with #B78063
Text Example
Text Example
White with #B78063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78063; }
p { color: rgb(183,128,99); }
H1.HeaderClassName
{
color: #B78063;
}
.AnyTagClassName
{
color: #B78063;
}
</style>
background-color css
<style>
a { background-color: #B78063; }
a { background-color: rgb(183,128,99); }
div.DivClassName
{
background-color: #B78063;
}
.BgClassName
{
background-color: #B78063;
}
</style>
border-color css
<style>
span { border-color: #B78063; }
span { border-color: rgb(183,128,99); }
td.TdClassName
{
border-color: #B78063;
}
.TagClassName
{
border-color: #B78063;
}
</style>