Shades of Medium Wood #B0825D
Tints of Medium Wood #B0825D
RGB
CMYK
RGB Variations
Color information
#B0825D (or 0xB0825D) is known color: Medium Wood. HEX triplet: B0, 82 and 5D. RGB value is (176,130,93). Sum of RGB (Red+Green+Blue) = 176+130+93=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 176 - color contains mainly: red. Hex color #B0825D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0825D is #4F7DA2. Grayscale: #8B8B8B. Windows color (decimal): -5209507 or 6128304. OLE color: 6128304.
HSL color Cylindrical-coordinate representation of color #B0825D: hue angle of 26.75º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B0825D is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 130 | 93 | - |
| CMYK | 0 | 0.26 | 0.47 | 0.31 |
| HSL | 26.75º | 0.34% | 0.53% | - |
| HSV(B) | 26.75º | 0.47% | 0.69% | - |
| XYZ | 27.86 | 25.99 | 13.9 | - |
| YUV | 139.54 | 101.74 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 130 | 93 | 0 | 0.26 | 0.47 | 0.31 | 26.75 | 0.34 | 0.53 |
| Hex | B0 | 82 | 5D | 0 | 1A | 2F | 1F | 1B | 22 | 35 |
| Octal | 260 | 202 | 135 | 0 | 32 | 57 | 37 | 33 | 42 | 65 |
| Binary | 10110000 | 10000010 | 1011101 | 0 | 11010 | 101111 | 11111 | 11011 | 100010 | 110101 |
Color Harmonies of #B0825D
Complementary color
Monochromatic Colors of #B0825D
Black with #B0825D
Text Example
Text Example
White with #B0825D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0825D; }
p { color: rgb(176,130,93); }
H1.HeaderClassName
{
color: #B0825D;
}
.AnyTagClassName
{
color: #B0825D;
}
</style>
background-color css
<style>
a { background-color: #B0825D; }
a { background-color: rgb(176,130,93); }
div.DivClassName
{
background-color: #B0825D;
}
.BgClassName
{
background-color: #B0825D;
}
</style>
border-color css
<style>
span { border-color: #B0825D; }
span { border-color: rgb(176,130,93); }
td.TdClassName
{
border-color: #B0825D;
}
.TagClassName
{
border-color: #B0825D;
}
</style>