Shades of Medium Wood #B68462
Tints of Medium Wood #B68462
RGB
CMYK
RGB Variations
Color information
#B68462 (or 0xB68462) is known color: Medium Wood. HEX triplet: B6, 84 and 62. RGB value is (182,132,98). Sum of RGB (Red+Green+Blue) = 182+132+98=412 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.17% from 412); Green value is 132 (51.95% from 255 or 32.04% from 412); Blue value is 98 (38.67% from 255 or 23.79% from 412); Max value from RGB is 182 - color contains mainly: red. Hex color #B68462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68462 is #497B9D. Grayscale: #8F8F8F. Windows color (decimal): -4815774 or 6456502. OLE color: 6456502.
HSL color Cylindrical-coordinate representation of color #B68462: hue angle of 24.29º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B68462 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 132 | 98 | - |
| CMYK | 0 | 0.27 | 0.46 | 0.29 |
| HSL | 24.29º | 0.37% | 0.55% | - |
| HSV(B) | 24.29º | 0.46% | 0.71% | - |
| XYZ | 29.75 | 27.33 | 15.26 | - |
| YUV | 143.07 | 102.57 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 132 | 98 | 0 | 0.27 | 0.46 | 0.29 | 24.29 | 0.37 | 0.55 |
| Hex | B6 | 84 | 62 | 0 | 1B | 2E | 1D | 18 | 25 | 37 |
| Octal | 266 | 204 | 142 | 0 | 33 | 56 | 35 | 30 | 45 | 67 |
| Binary | 10110110 | 10000100 | 1100010 | 0 | 11011 | 101110 | 11101 | 11000 | 100101 | 110111 |
Color Harmonies of #B68462
Complementary color
Monochromatic Colors of #B68462
Black with #B68462
Text Example
Text Example
White with #B68462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68462; }
p { color: rgb(182,132,98); }
H1.HeaderClassName
{
color: #B68462;
}
.AnyTagClassName
{
color: #B68462;
}
</style>
background-color css
<style>
a { background-color: #B68462; }
a { background-color: rgb(182,132,98); }
div.DivClassName
{
background-color: #B68462;
}
.BgClassName
{
background-color: #B68462;
}
</style>
border-color css
<style>
span { border-color: #B68462; }
span { border-color: rgb(182,132,98); }
td.TdClassName
{
border-color: #B68462;
}
.TagClassName
{
border-color: #B68462;
}
</style>