Shades of Medium Wood #B28862
Tints of Medium Wood #B28862
RGB
CMYK
RGB Variations
Color information
#B28862 (or 0xB28862) is known color: Medium Wood. HEX triplet: B2, 88 and 62. RGB value is (178,136,98). Sum of RGB (Red+Green+Blue) = 178+136+98=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 98 (38.67% from 255 or 23.79% from 412); Max value from RGB is 178 - color contains mainly: red. Hex color #B28862 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28862 is #4D779D. Grayscale: #909090. Windows color (decimal): -5076894 or 6457522. OLE color: 6457522.
HSL color Cylindrical-coordinate representation of color #B28862: hue angle of 28.5º degrees, saturation: 0.34, 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 #B28862 is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 136 | 98 | - |
| CMYK | 0 | 0.24 | 0.45 | 0.30 |
| HSL | 28.5º | 0.34% | 0.54% | - |
| HSV(B) | 28.5º | 0.45% | 0.7% | - |
| XYZ | 29.37 | 27.96 | 15.4 | - |
| YUV | 144.23 | 101.91 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 136 | 98 | 0 | 0.24 | 0.45 | 0.30 | 28.5 | 0.34 | 0.54 |
| Hex | B2 | 88 | 62 | 0 | 18 | 2D | 1E | 1C | 22 | 36 |
| Octal | 262 | 210 | 142 | 0 | 30 | 55 | 36 | 34 | 42 | 66 |
| Binary | 10110010 | 10001000 | 1100010 | 0 | 11000 | 101101 | 11110 | 11100 | 100010 | 110110 |
Color Harmonies of #B28862
Complementary color
Monochromatic Colors of #B28862
Black with #B28862
Text Example
Text Example
White with #B28862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28862; }
p { color: rgb(178,136,98); }
H1.HeaderClassName
{
color: #B28862;
}
.AnyTagClassName
{
color: #B28862;
}
</style>
background-color css
<style>
a { background-color: #B28862; }
a { background-color: rgb(178,136,98); }
div.DivClassName
{
background-color: #B28862;
}
.BgClassName
{
background-color: #B28862;
}
</style>
border-color css
<style>
span { border-color: #B28862; }
span { border-color: rgb(178,136,98); }
td.TdClassName
{
border-color: #B28862;
}
.TagClassName
{
border-color: #B28862;
}
</style>