Shades of Medium Wood #B0805F
Tints of Medium Wood #B0805F
RGB
CMYK
RGB Variations
Color information
#B0805F (or 0xB0805F) is known color: Medium Wood. HEX triplet: B0, 80 and 5F. RGB value is (176,128,95). Sum of RGB (Red+Green+Blue) = 176+128+95=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 95 (37.5% from 255 or 23.81% from 399); Max value from RGB is 176 - color contains mainly: red. Hex color #B0805F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0805F is #4F7FA0. Grayscale: #8A8A8A. Windows color (decimal): -5210017 or 6258864. OLE color: 6258864.
HSL color Cylindrical-coordinate representation of color #B0805F: hue angle of 24.44º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B0805F is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 128 | 95 | - |
| CMYK | 0 | 0.27 | 0.46 | 0.31 |
| HSL | 24.44º | 0.34% | 0.53% | - |
| HSV(B) | 24.44º | 0.46% | 0.69% | - |
| XYZ | 27.69 | 25.49 | 14.29 | - |
| YUV | 138.59 | 103.4 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 128 | 95 | 0 | 0.27 | 0.46 | 0.31 | 24.44 | 0.34 | 0.53 |
| Hex | B0 | 80 | 5F | 0 | 1B | 2E | 1F | 18 | 22 | 35 |
| Octal | 260 | 200 | 137 | 0 | 33 | 56 | 37 | 30 | 42 | 65 |
| Binary | 10110000 | 10000000 | 1011111 | 0 | 11011 | 101110 | 11111 | 11000 | 100010 | 110101 |
Color Harmonies of #B0805F
Complementary color
Monochromatic Colors of #B0805F
Black with #B0805F
Text Example
Text Example
White with #B0805F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0805F; }
p { color: rgb(176,128,95); }
H1.HeaderClassName
{
color: #B0805F;
}
.AnyTagClassName
{
color: #B0805F;
}
</style>
background-color css
<style>
a { background-color: #B0805F; }
a { background-color: rgb(176,128,95); }
div.DivClassName
{
background-color: #B0805F;
}
.BgClassName
{
background-color: #B0805F;
}
</style>
border-color css
<style>
span { border-color: #B0805F; }
span { border-color: rgb(176,128,95); }
td.TdClassName
{
border-color: #B0805F;
}
.TagClassName
{
border-color: #B0805F;
}
</style>