Shades of Medium Wood #B48266
Tints of Medium Wood #B48266
RGB
CMYK
RGB Variations
Color information
#B48266 (or 0xB48266) is known color: Medium Wood. HEX triplet: B4, 82 and 66. RGB value is (180,130,102). Sum of RGB (Red+Green+Blue) = 180+130+102=412 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.69% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 102 (40.23% from 255 or 24.76% from 412); Max value from RGB is 180 - color contains mainly: red. Hex color #B48266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48266 is #4B7D99. Grayscale: #8D8D8D. Windows color (decimal): -4947354 or 6718132. OLE color: 6718132.
HSL color Cylindrical-coordinate representation of color #B48266: hue angle of 21.54º 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 #B48266 is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 130 | 102 | - |
| CMYK | 0 | 0.28 | 0.43 | 0.29 |
| HSL | 21.54º | 0.34% | 0.55% | - |
| HSV(B) | 21.54º | 0.43% | 0.71% | - |
| XYZ | 29.2 | 26.63 | 16.17 | - |
| YUV | 141.76 | 105.57 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 130 | 102 | 0 | 0.28 | 0.43 | 0.29 | 21.54 | 0.34 | 0.55 |
| Hex | B4 | 82 | 66 | 0 | 1C | 2B | 1D | 16 | 22 | 37 |
| Octal | 264 | 202 | 146 | 0 | 34 | 53 | 35 | 26 | 42 | 67 |
| Binary | 10110100 | 10000010 | 1100110 | 0 | 11100 | 101011 | 11101 | 10110 | 100010 | 110111 |
Color Harmonies of #B48266
Complementary color
Monochromatic Colors of #B48266
Black with #B48266
Text Example
Text Example
White with #B48266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48266; }
p { color: rgb(180,130,102); }
H1.HeaderClassName
{
color: #B48266;
}
.AnyTagClassName
{
color: #B48266;
}
</style>
background-color css
<style>
a { background-color: #B48266; }
a { background-color: rgb(180,130,102); }
div.DivClassName
{
background-color: #B48266;
}
.BgClassName
{
background-color: #B48266;
}
</style>
border-color css
<style>
span { border-color: #B48266; }
span { border-color: rgb(180,130,102); }
td.TdClassName
{
border-color: #B48266;
}
.TagClassName
{
border-color: #B48266;
}
</style>