Shades of Medium Wood #B6825D
Tints of Medium Wood #B6825D
RGB
CMYK
RGB Variations
Color information
#B6825D (or 0xB6825D) is known color: Medium Wood. HEX triplet: B6, 82 and 5D. RGB value is (182,130,93). Sum of RGB (Red+Green+Blue) = 182+130+93=405 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.94% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 93 (36.72% from 255 or 22.96% from 405); Max value from RGB is 182 - color contains mainly: red. Hex color #B6825D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6825D is #497DA2. Grayscale: #8D8D8D. Windows color (decimal): -4816291 or 6128310. OLE color: 6128310.
HSL color Cylindrical-coordinate representation of color #B6825D: hue angle of 24.94º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B6825D is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 130 | 93 | - |
| CMYK | 0 | 0.29 | 0.49 | 0.29 |
| HSL | 24.94º | 0.38% | 0.54% | - |
| HSV(B) | 24.94º | 0.49% | 0.71% | - |
| XYZ | 29.25 | 26.7 | 13.97 | - |
| YUV | 141.33 | 100.73 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 130 | 93 | 0 | 0.29 | 0.49 | 0.29 | 24.94 | 0.38 | 0.54 |
| Hex | B6 | 82 | 5D | 0 | 1D | 31 | 1D | 19 | 26 | 36 |
| Octal | 266 | 202 | 135 | 0 | 35 | 61 | 35 | 31 | 46 | 66 |
| Binary | 10110110 | 10000010 | 1011101 | 0 | 11101 | 110001 | 11101 | 11001 | 100110 | 110110 |
Color Harmonies of #B6825D
Complementary color
Monochromatic Colors of #B6825D
Black with #B6825D
Text Example
Text Example
White with #B6825D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6825D; }
p { color: rgb(182,130,93); }
H1.HeaderClassName
{
color: #B6825D;
}
.AnyTagClassName
{
color: #B6825D;
}
</style>
background-color css
<style>
a { background-color: #B6825D; }
a { background-color: rgb(182,130,93); }
div.DivClassName
{
background-color: #B6825D;
}
.BgClassName
{
background-color: #B6825D;
}
</style>
border-color css
<style>
span { border-color: #B6825D; }
span { border-color: rgb(182,130,93); }
td.TdClassName
{
border-color: #B6825D;
}
.TagClassName
{
border-color: #B6825D;
}
</style>