Shades of Medium Wood #B0815B
Tints of Medium Wood #B0815B
RGB
CMYK
RGB Variations
Color information
#B0815B (or 0xB0815B) is known color: Medium Wood. HEX triplet: B0, 81 and 5B. RGB value is (176,129,91). Sum of RGB (Red+Green+Blue) = 176+129+91=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 176 - color contains mainly: red. Hex color #B0815B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0815B is #4F7EA4. Grayscale: #8A8A8A. Windows color (decimal): -5209765 or 5996976. OLE color: 5996976.
HSL color Cylindrical-coordinate representation of color #B0815B: hue angle of 26.82º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B0815B is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 129 | 91 | - |
| CMYK | 0 | 0.27 | 0.48 | 0.31 |
| HSL | 26.82º | 0.35% | 0.52% | - |
| HSV(B) | 26.82º | 0.48% | 0.69% | - |
| XYZ | 27.64 | 25.69 | 13.4 | - |
| YUV | 138.72 | 101.07 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 129 | 91 | 0 | 0.27 | 0.48 | 0.31 | 26.82 | 0.35 | 0.52 |
| Hex | B0 | 81 | 5B | 0 | 1B | 30 | 1F | 1B | 23 | 34 |
| Octal | 260 | 201 | 133 | 0 | 33 | 60 | 37 | 33 | 43 | 64 |
| Binary | 10110000 | 10000001 | 1011011 | 0 | 11011 | 110000 | 11111 | 11011 | 100011 | 110100 |
Color Harmonies of #B0815B
Complementary color
Monochromatic Colors of #B0815B
Black with #B0815B
Text Example
Text Example
White with #B0815B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0815B; }
p { color: rgb(176,129,91); }
H1.HeaderClassName
{
color: #B0815B;
}
.AnyTagClassName
{
color: #B0815B;
}
</style>
background-color css
<style>
a { background-color: #B0815B; }
a { background-color: rgb(176,129,91); }
div.DivClassName
{
background-color: #B0815B;
}
.BgClassName
{
background-color: #B0815B;
}
</style>
border-color css
<style>
span { border-color: #B0815B; }
span { border-color: rgb(176,129,91); }
td.TdClassName
{
border-color: #B0815B;
}
.TagClassName
{
border-color: #B0815B;
}
</style>