Shades of Medium Wood #B88362
Tints of Medium Wood #B88362
RGB
CMYK
RGB Variations
Color information
#B88362 (or 0xB88362) is known color: Medium Wood. HEX triplet: B8, 83 and 62. RGB value is (184,131,98). Sum of RGB (Red+Green+Blue) = 184+131+98=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 131 (51.56% from 255 or 31.72% from 413); Blue value is 98 (38.67% from 255 or 23.73% from 413); Max value from RGB is 184 - color contains mainly: red. Hex color #B88362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88362 is #477C9D. Grayscale: #8F8F8F. Windows color (decimal): -4684958 or 6456248. OLE color: 6456248.
HSL color Cylindrical-coordinate representation of color #B88362: hue angle of 23.02º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B88362 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 131 | 98 | - |
| CMYK | 0 | 0.29 | 0.47 | 0.28 |
| HSL | 23.02º | 0.38% | 0.55% | - |
| HSV(B) | 23.02º | 0.47% | 0.72% | - |
| XYZ | 30.09 | 27.3 | 15.24 | - |
| YUV | 143.09 | 102.56 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 131 | 98 | 0 | 0.29 | 0.47 | 0.28 | 23.02 | 0.38 | 0.55 |
| Hex | B8 | 83 | 62 | 0 | 1D | 2F | 1C | 17 | 26 | 37 |
| Octal | 270 | 203 | 142 | 0 | 35 | 57 | 34 | 27 | 46 | 67 |
| Binary | 10111000 | 10000011 | 1100010 | 0 | 11101 | 101111 | 11100 | 10111 | 100110 | 110111 |
Color Harmonies of #B88362
Complementary color
Monochromatic Colors of #B88362
Black with #B88362
Text Example
Text Example
White with #B88362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88362; }
p { color: rgb(184,131,98); }
H1.HeaderClassName
{
color: #B88362;
}
.AnyTagClassName
{
color: #B88362;
}
</style>
background-color css
<style>
a { background-color: #B88362; }
a { background-color: rgb(184,131,98); }
div.DivClassName
{
background-color: #B88362;
}
.BgClassName
{
background-color: #B88362;
}
</style>
border-color css
<style>
span { border-color: #B88362; }
span { border-color: rgb(184,131,98); }
td.TdClassName
{
border-color: #B88362;
}
.TagClassName
{
border-color: #B88362;
}
</style>