Shades of Medium Wood #B78466
Tints of Medium Wood #B78466
RGB
CMYK
RGB Variations
Color information
#B78466 (or 0xB78466) is known color: Medium Wood. HEX triplet: B7, 84 and 66. RGB value is (183,132,102). Sum of RGB (Red+Green+Blue) = 183+132+102=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 132 (51.95% from 255 or 31.65% from 417); Blue value is 102 (40.23% from 255 or 24.46% from 417); Max value from RGB is 183 - color contains mainly: red. Hex color #B78466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78466 is #487B99. Grayscale: #909090. Windows color (decimal): -4750234 or 6718647. OLE color: 6718647.
HSL color Cylindrical-coordinate representation of color #B78466: hue angle of 22.22º 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 #B78466 is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 132 | 102 | - |
| CMYK | 0 | 0.28 | 0.44 | 0.28 |
| HSL | 22.22º | 0.36% | 0.56% | - |
| HSV(B) | 22.22º | 0.44% | 0.72% | - |
| XYZ | 30.18 | 27.53 | 16.29 | - |
| YUV | 143.83 | 104.4 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 132 | 102 | 0 | 0.28 | 0.44 | 0.28 | 22.22 | 0.36 | 0.56 |
| Hex | B7 | 84 | 66 | 0 | 1C | 2C | 1C | 16 | 24 | 38 |
| Octal | 267 | 204 | 146 | 0 | 34 | 54 | 34 | 26 | 44 | 70 |
| Binary | 10110111 | 10000100 | 1100110 | 0 | 11100 | 101100 | 11100 | 10110 | 100100 | 111000 |
Color Harmonies of #B78466
Complementary color
Monochromatic Colors of #B78466
Black with #B78466
Text Example
Text Example
White with #B78466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78466; }
p { color: rgb(183,132,102); }
H1.HeaderClassName
{
color: #B78466;
}
.AnyTagClassName
{
color: #B78466;
}
</style>
background-color css
<style>
a { background-color: #B78466; }
a { background-color: rgb(183,132,102); }
div.DivClassName
{
background-color: #B78466;
}
.BgClassName
{
background-color: #B78466;
}
</style>
border-color css
<style>
span { border-color: #B78466; }
span { border-color: rgb(183,132,102); }
td.TdClassName
{
border-color: #B78466;
}
.TagClassName
{
border-color: #B78466;
}
</style>