Shades of Medium Wood #B18062
Tints of Medium Wood #B18062
RGB
CMYK
RGB Variations
Color information
#B18062 (or 0xB18062) is known color: Medium Wood. HEX triplet: B1, 80 and 62. RGB value is (177,128,98). Sum of RGB (Red+Green+Blue) = 177+128+98=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 98 (38.67% from 255 or 24.32% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B18062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18062 is #4E7F9D. Grayscale: #8B8B8B. Windows color (decimal): -5144478 or 6455473. OLE color: 6455473.
HSL color Cylindrical-coordinate representation of color #B18062: hue angle of 22.78º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B18062 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 128 | 98 | - |
| CMYK | 0 | 0.28 | 0.45 | 0.31 |
| HSL | 22.78º | 0.34% | 0.54% | - |
| HSV(B) | 22.78º | 0.45% | 0.69% | - |
| XYZ | 28.06 | 25.67 | 15.03 | - |
| YUV | 139.23 | 104.73 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 128 | 98 | 0 | 0.28 | 0.45 | 0.31 | 22.78 | 0.34 | 0.54 |
| Hex | B1 | 80 | 62 | 0 | 1C | 2D | 1F | 17 | 22 | 36 |
| Octal | 261 | 200 | 142 | 0 | 34 | 55 | 37 | 27 | 42 | 66 |
| Binary | 10110001 | 10000000 | 1100010 | 0 | 11100 | 101101 | 11111 | 10111 | 100010 | 110110 |
Color Harmonies of #B18062
Complementary color
Monochromatic Colors of #B18062
Black with #B18062
Text Example
Text Example
White with #B18062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18062; }
p { color: rgb(177,128,98); }
H1.HeaderClassName
{
color: #B18062;
}
.AnyTagClassName
{
color: #B18062;
}
</style>
background-color css
<style>
a { background-color: #B18062; }
a { background-color: rgb(177,128,98); }
div.DivClassName
{
background-color: #B18062;
}
.BgClassName
{
background-color: #B18062;
}
</style>
border-color css
<style>
span { border-color: #B18062; }
span { border-color: rgb(177,128,98); }
td.TdClassName
{
border-color: #B18062;
}
.TagClassName
{
border-color: #B18062;
}
</style>