Shades of Medium Wood #B88364
Tints of Medium Wood #B88364
RGB
CMYK
RGB Variations
Color information
#B88364 (or 0xB88364) is known color: Medium Wood. HEX triplet: B8, 83 and 64. RGB value is (184,131,100). Sum of RGB (Red+Green+Blue) = 184+131+100=415 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.34% from 415); Green value is 131 (51.56% from 255 or 31.57% from 415); Blue value is 100 (39.45% from 255 or 24.10% from 415); Max value from RGB is 184 - color contains mainly: red. Hex color #B88364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88364 is #477C9B. Grayscale: #8F8F8F. Windows color (decimal): -4684956 or 6587320. OLE color: 6587320.
HSL color Cylindrical-coordinate representation of color #B88364: hue angle of 22.14º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B88364 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 131 | 100 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.28 |
| HSL | 22.14º | 0.37% | 0.56% | - |
| HSV(B) | 22.14º | 0.46% | 0.72% | - |
| XYZ | 30.18 | 27.34 | 15.74 | - |
| YUV | 143.31 | 103.56 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 131 | 100 | 0 | 0.29 | 0.46 | 0.28 | 22.14 | 0.37 | 0.56 |
| Hex | B8 | 83 | 64 | 0 | 1D | 2E | 1C | 16 | 25 | 38 |
| Octal | 270 | 203 | 144 | 0 | 35 | 56 | 34 | 26 | 45 | 70 |
| Binary | 10111000 | 10000011 | 1100100 | 0 | 11101 | 101110 | 11100 | 10110 | 100101 | 111000 |
Color Harmonies of #B88364
Complementary color
Monochromatic Colors of #B88364
Black with #B88364
Text Example
Text Example
White with #B88364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88364; }
p { color: rgb(184,131,100); }
H1.HeaderClassName
{
color: #B88364;
}
.AnyTagClassName
{
color: #B88364;
}
</style>
background-color css
<style>
a { background-color: #B88364; }
a { background-color: rgb(184,131,100); }
div.DivClassName
{
background-color: #B88364;
}
.BgClassName
{
background-color: #B88364;
}
</style>
border-color css
<style>
span { border-color: #B88364; }
span { border-color: rgb(184,131,100); }
td.TdClassName
{
border-color: #B88364;
}
.TagClassName
{
border-color: #B88364;
}
</style>