Shades of Medium Wood #B78866
Tints of Medium Wood #B78866
RGB
CMYK
RGB Variations
Color information
#B78866 (or 0xB78866) is known color: Medium Wood. HEX triplet: B7, 88 and 66. RGB value is (183,136,102). Sum of RGB (Red+Green+Blue) = 183+136+102=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 102 (40.23% from 255 or 24.23% from 421); Max value from RGB is 183 - color contains mainly: red. Hex color #B78866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78866 is #487799. Grayscale: #929292. Windows color (decimal): -4749210 or 6719671. OLE color: 6719671.
HSL color Cylindrical-coordinate representation of color #B78866: hue angle of 25.19º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B78866 is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 136 | 102 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.28 |
| HSL | 25.19º | 0.36% | 0.56% | - |
| HSV(B) | 25.19º | 0.44% | 0.72% | - |
| XYZ | 30.73 | 28.63 | 16.48 | - |
| YUV | 146.18 | 103.07 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 136 | 102 | 0 | 0.26 | 0.44 | 0.28 | 25.19 | 0.36 | 0.56 |
| Hex | B7 | 88 | 66 | 0 | 1A | 2C | 1C | 19 | 24 | 38 |
| Octal | 267 | 210 | 146 | 0 | 32 | 54 | 34 | 31 | 44 | 70 |
| Binary | 10110111 | 10001000 | 1100110 | 0 | 11010 | 101100 | 11100 | 11001 | 100100 | 111000 |
Color Harmonies of #B78866
Complementary color
Monochromatic Colors of #B78866
Black with #B78866
Text Example
Text Example
White with #B78866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78866; }
p { color: rgb(183,136,102); }
H1.HeaderClassName
{
color: #B78866;
}
.AnyTagClassName
{
color: #B78866;
}
</style>
background-color css
<style>
a { background-color: #B78866; }
a { background-color: rgb(183,136,102); }
div.DivClassName
{
background-color: #B78866;
}
.BgClassName
{
background-color: #B78866;
}
</style>
border-color css
<style>
span { border-color: #B78866; }
span { border-color: rgb(183,136,102); }
td.TdClassName
{
border-color: #B78866;
}
.TagClassName
{
border-color: #B78866;
}
</style>