Shades of Medium Wood #B6805E
Tints of Medium Wood #B6805E
RGB
CMYK
RGB Variations
Color information
#B6805E (or 0xB6805E) is known color: Medium Wood. HEX triplet: B6, 80 and 5E. RGB value is (182,128,94). Sum of RGB (Red+Green+Blue) = 182+128+94=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 94 (37.11% from 255 or 23.27% from 404); Max value from RGB is 182 - color contains mainly: red. Hex color #B6805E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6805E is #497FA1. Grayscale: #8C8C8C. Windows color (decimal): -4816802 or 6193334. OLE color: 6193334.
HSL color Cylindrical-coordinate representation of color #B6805E: hue angle of 23.18º 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 #B6805E is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 128 | 94 | - |
| CMYK | 0 | 0.30 | 0.48 | 0.29 |
| HSL | 23.18º | 0.38% | 0.54% | - |
| HSV(B) | 23.18º | 0.48% | 0.71% | - |
| XYZ | 29.03 | 26.19 | 14.12 | - |
| YUV | 140.27 | 101.89 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 128 | 94 | 0 | 0.30 | 0.48 | 0.29 | 23.18 | 0.38 | 0.54 |
| Hex | B6 | 80 | 5E | 0 | 1E | 30 | 1D | 17 | 26 | 36 |
| Octal | 266 | 200 | 136 | 0 | 36 | 60 | 35 | 27 | 46 | 66 |
| Binary | 10110110 | 10000000 | 1011110 | 0 | 11110 | 110000 | 11101 | 10111 | 100110 | 110110 |
Color Harmonies of #B6805E
Complementary color
Monochromatic Colors of #B6805E
Black with #B6805E
Text Example
Text Example
White with #B6805E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6805E; }
p { color: rgb(182,128,94); }
H1.HeaderClassName
{
color: #B6805E;
}
.AnyTagClassName
{
color: #B6805E;
}
</style>
background-color css
<style>
a { background-color: #B6805E; }
a { background-color: rgb(182,128,94); }
div.DivClassName
{
background-color: #B6805E;
}
.BgClassName
{
background-color: #B6805E;
}
</style>
border-color css
<style>
span { border-color: #B6805E; }
span { border-color: rgb(182,128,94); }
td.TdClassName
{
border-color: #B6805E;
}
.TagClassName
{
border-color: #B6805E;
}
</style>