Shades of Medium Wood #B48766
Tints of Medium Wood #B48766
RGB
CMYK
RGB Variations
Color information
#B48766 (or 0xB48766) is known color: Medium Wood. HEX triplet: B4, 87 and 66. RGB value is (180,135,102). Sum of RGB (Red+Green+Blue) = 180+135+102=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 135 (53.12% from 255 or 32.37% from 417); Blue value is 102 (40.23% from 255 or 24.46% from 417); Max value from RGB is 180 - color contains mainly: red. Hex color #B48766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48766 is #4B7899. Grayscale: #909090. Windows color (decimal): -4946074 or 6719412. OLE color: 6719412.
HSL color Cylindrical-coordinate representation of color #B48766: hue angle of 25.38º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B48766 is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 135 | 102 | - |
| CMYK | 0 | 0.25 | 0.43 | 0.29 |
| HSL | 25.38º | 0.34% | 0.55% | - |
| HSV(B) | 25.38º | 0.43% | 0.71% | - |
| XYZ | 29.88 | 27.99 | 16.4 | - |
| YUV | 144.69 | 103.91 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 135 | 102 | 0 | 0.25 | 0.43 | 0.29 | 25.38 | 0.34 | 0.55 |
| Hex | B4 | 87 | 66 | 0 | 19 | 2B | 1D | 19 | 22 | 37 |
| Octal | 264 | 207 | 146 | 0 | 31 | 53 | 35 | 31 | 42 | 67 |
| Binary | 10110100 | 10000111 | 1100110 | 0 | 11001 | 101011 | 11101 | 11001 | 100010 | 110111 |
Color Harmonies of #B48766
Complementary color
Monochromatic Colors of #B48766
Black with #B48766
Text Example
Text Example
White with #B48766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48766; }
p { color: rgb(180,135,102); }
H1.HeaderClassName
{
color: #B48766;
}
.AnyTagClassName
{
color: #B48766;
}
</style>
background-color css
<style>
a { background-color: #B48766; }
a { background-color: rgb(180,135,102); }
div.DivClassName
{
background-color: #B48766;
}
.BgClassName
{
background-color: #B48766;
}
</style>
border-color css
<style>
span { border-color: #B48766; }
span { border-color: rgb(180,135,102); }
td.TdClassName
{
border-color: #B48766;
}
.TagClassName
{
border-color: #B48766;
}
</style>