Shades of Medium Wood #B68062
Tints of Medium Wood #B68062
RGB
CMYK
RGB Variations
Color information
#B68062 (or 0xB68062) is known color: Medium Wood. HEX triplet: B6, 80 and 62. RGB value is (182,128,98). Sum of RGB (Red+Green+Blue) = 182+128+98=408 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.61% from 408); Green value is 128 (50.39% from 255 or 31.37% from 408); Blue value is 98 (38.67% from 255 or 24.02% from 408); Max value from RGB is 182 - color contains mainly: red. Hex color #B68062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68062 is #497F9D. Grayscale: #8C8C8C. Windows color (decimal): -4816798 or 6455478. OLE color: 6455478.
HSL color Cylindrical-coordinate representation of color #B68062: hue angle of 21.43º 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 #B68062 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 128 | 98 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.29 |
| HSL | 21.43º | 0.37% | 0.55% | - |
| HSV(B) | 21.43º | 0.46% | 0.71% | - |
| XYZ | 29.22 | 26.27 | 15.09 | - |
| YUV | 140.73 | 103.89 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 128 | 98 | 0 | 0.30 | 0.46 | 0.29 | 21.43 | 0.37 | 0.55 |
| Hex | B6 | 80 | 62 | 0 | 1E | 2E | 1D | 15 | 25 | 37 |
| Octal | 266 | 200 | 142 | 0 | 36 | 56 | 35 | 25 | 45 | 67 |
| Binary | 10110110 | 10000000 | 1100010 | 0 | 11110 | 101110 | 11101 | 10101 | 100101 | 110111 |
Color Harmonies of #B68062
Complementary color
Monochromatic Colors of #B68062
Black with #B68062
Text Example
Text Example
White with #B68062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68062; }
p { color: rgb(182,128,98); }
H1.HeaderClassName
{
color: #B68062;
}
.AnyTagClassName
{
color: #B68062;
}
</style>
background-color css
<style>
a { background-color: #B68062; }
a { background-color: rgb(182,128,98); }
div.DivClassName
{
background-color: #B68062;
}
.BgClassName
{
background-color: #B68062;
}
</style>
border-color css
<style>
span { border-color: #B68062; }
span { border-color: rgb(182,128,98); }
td.TdClassName
{
border-color: #B68062;
}
.TagClassName
{
border-color: #B68062;
}
</style>