Shades of Medium Wood #B6815E
Tints of Medium Wood #B6815E
RGB
CMYK
RGB Variations
Color information
#B6815E (or 0xB6815E) is known color: Medium Wood. HEX triplet: B6, 81 and 5E. RGB value is (182,129,94). Sum of RGB (Red+Green+Blue) = 182+129+94=405 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.94% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 94 (37.11% from 255 or 23.21% from 405); Max value from RGB is 182 - color contains mainly: red. Hex color #B6815E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6815E is #497EA1. Grayscale: #8D8D8D. Windows color (decimal): -4816546 or 6193590. OLE color: 6193590.
HSL color Cylindrical-coordinate representation of color #B6815E: hue angle of 23.86º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B6815E is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 129 | 94 | - |
| CMYK | 0 | 0.29 | 0.48 | 0.29 |
| HSL | 23.86º | 0.38% | 0.54% | - |
| HSV(B) | 23.86º | 0.48% | 0.71% | - |
| XYZ | 29.16 | 26.45 | 14.16 | - |
| YUV | 140.86 | 101.56 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 129 | 94 | 0 | 0.29 | 0.48 | 0.29 | 23.86 | 0.38 | 0.54 |
| Hex | B6 | 81 | 5E | 0 | 1D | 30 | 1D | 18 | 26 | 36 |
| Octal | 266 | 201 | 136 | 0 | 35 | 60 | 35 | 30 | 46 | 66 |
| Binary | 10110110 | 10000001 | 1011110 | 0 | 11101 | 110000 | 11101 | 11000 | 100110 | 110110 |
Color Harmonies of #B6815E
Complementary color
Monochromatic Colors of #B6815E
Black with #B6815E
Text Example
Text Example
White with #B6815E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6815E; }
p { color: rgb(182,129,94); }
H1.HeaderClassName
{
color: #B6815E;
}
.AnyTagClassName
{
color: #B6815E;
}
</style>
background-color css
<style>
a { background-color: #B6815E; }
a { background-color: rgb(182,129,94); }
div.DivClassName
{
background-color: #B6815E;
}
.BgClassName
{
background-color: #B6815E;
}
</style>
border-color css
<style>
span { border-color: #B6815E; }
span { border-color: rgb(182,129,94); }
td.TdClassName
{
border-color: #B6815E;
}
.TagClassName
{
border-color: #B6815E;
}
</style>