Shades of Medium Wood #B78366
Tints of Medium Wood #B78366
RGB
CMYK
RGB Variations
Color information
#B78366 (or 0xB78366) is known color: Medium Wood. HEX triplet: B7, 83 and 66. RGB value is (183,131,102). Sum of RGB (Red+Green+Blue) = 183+131+102=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 131 (51.56% from 255 or 31.49% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B78366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78366 is #487C99. Grayscale: #8F8F8F. Windows color (decimal): -4750490 or 6718391. OLE color: 6718391.
HSL color Cylindrical-coordinate representation of color #B78366: hue angle of 21.48º 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 #B78366 is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 131 | 102 | - |
| CMYK | 0 | 0.28 | 0.44 | 0.28 |
| HSL | 21.48º | 0.36% | 0.56% | - |
| HSV(B) | 21.48º | 0.44% | 0.72% | - |
| XYZ | 30.04 | 27.26 | 16.25 | - |
| YUV | 143.24 | 104.73 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 131 | 102 | 0 | 0.28 | 0.44 | 0.28 | 21.48 | 0.36 | 0.56 |
| Hex | B7 | 83 | 66 | 0 | 1C | 2C | 1C | 15 | 24 | 38 |
| Octal | 267 | 203 | 146 | 0 | 34 | 54 | 34 | 25 | 44 | 70 |
| Binary | 10110111 | 10000011 | 1100110 | 0 | 11100 | 101100 | 11100 | 10101 | 100100 | 111000 |
Color Harmonies of #B78366
Complementary color
Monochromatic Colors of #B78366
Black with #B78366
Text Example
Text Example
White with #B78366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78366; }
p { color: rgb(183,131,102); }
H1.HeaderClassName
{
color: #B78366;
}
.AnyTagClassName
{
color: #B78366;
}
</style>
background-color css
<style>
a { background-color: #B78366; }
a { background-color: rgb(183,131,102); }
div.DivClassName
{
background-color: #B78366;
}
.BgClassName
{
background-color: #B78366;
}
</style>
border-color css
<style>
span { border-color: #B78366; }
span { border-color: rgb(183,131,102); }
td.TdClassName
{
border-color: #B78366;
}
.TagClassName
{
border-color: #B78366;
}
</style>