Shades of Medium Wood #B38062
Tints of Medium Wood #B38062
RGB
CMYK
RGB Variations
Color information
#B38062 (or 0xB38062) is known color: Medium Wood. HEX triplet: B3, 80 and 62. RGB value is (179,128,98). Sum of RGB (Red+Green+Blue) = 179+128+98=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 98 (38.67% from 255 or 24.20% from 405); Max value from RGB is 179 - color contains mainly: red. Hex color #B38062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38062 is #4C7F9D. Grayscale: #8C8C8C. Windows color (decimal): -5013406 or 6455475. OLE color: 6455475.
HSL color Cylindrical-coordinate representation of color #B38062: hue angle of 22.22º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B38062 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 128 | 98 | - |
| CMYK | 0 | 0.28 | 0.45 | 0.30 |
| HSL | 22.22º | 0.35% | 0.54% | - |
| HSV(B) | 22.22º | 0.45% | 0.7% | - |
| XYZ | 28.51 | 25.9 | 15.05 | - |
| YUV | 139.83 | 104.4 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 128 | 98 | 0 | 0.28 | 0.45 | 0.30 | 22.22 | 0.35 | 0.54 |
| Hex | B3 | 80 | 62 | 0 | 1C | 2D | 1E | 16 | 23 | 36 |
| Octal | 263 | 200 | 142 | 0 | 34 | 55 | 36 | 26 | 43 | 66 |
| Binary | 10110011 | 10000000 | 1100010 | 0 | 11100 | 101101 | 11110 | 10110 | 100011 | 110110 |
Color Harmonies of #B38062
Complementary color
Monochromatic Colors of #B38062
Black with #B38062
Text Example
Text Example
White with #B38062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38062; }
p { color: rgb(179,128,98); }
H1.HeaderClassName
{
color: #B38062;
}
.AnyTagClassName
{
color: #B38062;
}
</style>
background-color css
<style>
a { background-color: #B38062; }
a { background-color: rgb(179,128,98); }
div.DivClassName
{
background-color: #B38062;
}
.BgClassName
{
background-color: #B38062;
}
</style>
border-color css
<style>
span { border-color: #B38062; }
span { border-color: rgb(179,128,98); }
td.TdClassName
{
border-color: #B38062;
}
.TagClassName
{
border-color: #B38062;
}
</style>