Shades of Medium Wood #B78064
Tints of Medium Wood #B78064
RGB
CMYK
RGB Variations
Color information
#B78064 (or 0xB78064) is known color: Medium Wood. HEX triplet: B7, 80 and 64. RGB value is (183,128,100). Sum of RGB (Red+Green+Blue) = 183+128+100=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 128 (50.39% from 255 or 31.14% from 411); Blue value is 100 (39.45% from 255 or 24.33% from 411); Max value from RGB is 183 - color contains mainly: red. Hex color #B78064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78064 is #487F9B. Grayscale: #8D8D8D. Windows color (decimal): -4751260 or 6586551. OLE color: 6586551.
HSL color Cylindrical-coordinate representation of color #B78064: hue angle of 20.24º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B78064 is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 128 | 100 | - |
| CMYK | 0 | 0.30 | 0.45 | 0.28 |
| HSL | 20.24º | 0.37% | 0.55% | - |
| HSV(B) | 20.24º | 0.45% | 0.72% | - |
| XYZ | 29.55 | 26.43 | 15.6 | - |
| YUV | 141.25 | 104.72 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 128 | 100 | 0 | 0.30 | 0.45 | 0.28 | 20.24 | 0.37 | 0.55 |
| Hex | B7 | 80 | 64 | 0 | 1E | 2D | 1C | 14 | 25 | 37 |
| Octal | 267 | 200 | 144 | 0 | 36 | 55 | 34 | 24 | 45 | 67 |
| Binary | 10110111 | 10000000 | 1100100 | 0 | 11110 | 101101 | 11100 | 10100 | 100101 | 110111 |
Color Harmonies of #B78064
Complementary color
Monochromatic Colors of #B78064
Black with #B78064
Text Example
Text Example
White with #B78064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78064; }
p { color: rgb(183,128,100); }
H1.HeaderClassName
{
color: #B78064;
}
.AnyTagClassName
{
color: #B78064;
}
</style>
background-color css
<style>
a { background-color: #B78064; }
a { background-color: rgb(183,128,100); }
div.DivClassName
{
background-color: #B78064;
}
.BgClassName
{
background-color: #B78064;
}
</style>
border-color css
<style>
span { border-color: #B78064; }
span { border-color: rgb(183,128,100); }
td.TdClassName
{
border-color: #B78064;
}
.TagClassName
{
border-color: #B78064;
}
</style>