Shades of Medium Wood #B68260
Tints of Medium Wood #B68260
RGB
CMYK
RGB Variations
Color information
#B68260 (or 0xB68260) is known color: Medium Wood. HEX triplet: B6, 82 and 60. RGB value is (182,130,96). Sum of RGB (Red+Green+Blue) = 182+130+96=408 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.61% from 408); Green value is 130 (51.17% from 255 or 31.86% from 408); Blue value is 96 (37.89% from 255 or 23.53% from 408); Max value from RGB is 182 - color contains mainly: red. Hex color #B68260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68260 is #497D9F. Grayscale: #8D8D8D. Windows color (decimal): -4816288 or 6324918. OLE color: 6324918.
HSL color Cylindrical-coordinate representation of color #B68260: hue angle of 23.72º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B68260 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 130 | 96 | - |
| CMYK | 0 | 0.29 | 0.47 | 0.29 |
| HSL | 23.72º | 0.37% | 0.55% | - |
| HSV(B) | 23.72º | 0.47% | 0.71% | - |
| XYZ | 29.39 | 26.75 | 14.68 | - |
| YUV | 141.67 | 102.23 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 130 | 96 | 0 | 0.29 | 0.47 | 0.29 | 23.72 | 0.37 | 0.55 |
| Hex | B6 | 82 | 60 | 0 | 1D | 2F | 1D | 18 | 25 | 37 |
| Octal | 266 | 202 | 140 | 0 | 35 | 57 | 35 | 30 | 45 | 67 |
| Binary | 10110110 | 10000010 | 1100000 | 0 | 11101 | 101111 | 11101 | 11000 | 100101 | 110111 |
Color Harmonies of #B68260
Complementary color
Monochromatic Colors of #B68260
Black with #B68260
Text Example
Text Example
White with #B68260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68260; }
p { color: rgb(182,130,96); }
H1.HeaderClassName
{
color: #B68260;
}
.AnyTagClassName
{
color: #B68260;
}
</style>
background-color css
<style>
a { background-color: #B68260; }
a { background-color: rgb(182,130,96); }
div.DivClassName
{
background-color: #B68260;
}
.BgClassName
{
background-color: #B68260;
}
</style>
border-color css
<style>
span { border-color: #B68260; }
span { border-color: rgb(182,130,96); }
td.TdClassName
{
border-color: #B68260;
}
.TagClassName
{
border-color: #B68260;
}
</style>