Shades of Medium Wood #B08864
Tints of Medium Wood #B08864
RGB
CMYK
RGB Variations
Color information
#B08864 (or 0xB08864) is known color: Medium Wood. HEX triplet: B0, 88 and 64. RGB value is (176,136,100). Sum of RGB (Red+Green+Blue) = 176+136+100=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 100 (39.45% from 255 or 24.27% from 412); Max value from RGB is 176 - color contains mainly: red. Hex color #B08864 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08864 is #4F779B. Grayscale: #909090. Windows color (decimal): -5207964 or 6588592. OLE color: 6588592.
HSL color Cylindrical-coordinate representation of color #B08864: hue angle of 28.42º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B08864 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 136 | 100 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.31 |
| HSL | 28.42º | 0.32% | 0.54% | - |
| HSV(B) | 28.42º | 0.43% | 0.69% | - |
| XYZ | 29.01 | 27.76 | 15.89 | - |
| YUV | 143.86 | 103.25 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 136 | 100 | 0 | 0.23 | 0.43 | 0.31 | 28.42 | 0.32 | 0.54 |
| Hex | B0 | 88 | 64 | 0 | 17 | 2B | 1F | 1C | 20 | 36 |
| Octal | 260 | 210 | 144 | 0 | 27 | 53 | 37 | 34 | 40 | 66 |
| Binary | 10110000 | 10001000 | 1100100 | 0 | 10111 | 101011 | 11111 | 11100 | 100000 | 110110 |
Color Harmonies of #B08864
Complementary color
Monochromatic Colors of #B08864
Black with #B08864
Text Example
Text Example
White with #B08864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08864; }
p { color: rgb(176,136,100); }
H1.HeaderClassName
{
color: #B08864;
}
.AnyTagClassName
{
color: #B08864;
}
</style>
background-color css
<style>
a { background-color: #B08864; }
a { background-color: rgb(176,136,100); }
div.DivClassName
{
background-color: #B08864;
}
.BgClassName
{
background-color: #B08864;
}
</style>
border-color css
<style>
span { border-color: #B08864; }
span { border-color: rgb(176,136,100); }
td.TdClassName
{
border-color: #B08864;
}
.TagClassName
{
border-color: #B08864;
}
</style>