Shades of Medium Wood #B0825B
Tints of Medium Wood #B0825B
RGB
CMYK
RGB Variations
Color information
#B0825B (or 0xB0825B) is known color: Medium Wood. HEX triplet: B0, 82 and 5B. RGB value is (176,130,91). Sum of RGB (Red+Green+Blue) = 176+130+91=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 91 (35.94% from 255 or 22.92% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B0825B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0825B is #4F7DA4. Grayscale: #8B8B8B. Windows color (decimal): -5209509 or 5997232. OLE color: 5997232.
HSL color Cylindrical-coordinate representation of color #B0825B: hue angle of 27.53º 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 #B0825B is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 130 | 91 | - |
| CMYK | 0 | 0.26 | 0.48 | 0.31 |
| HSL | 27.53º | 0.35% | 0.52% | - |
| HSV(B) | 27.53º | 0.48% | 0.69% | - |
| XYZ | 27.78 | 25.95 | 13.44 | - |
| YUV | 139.31 | 100.74 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 130 | 91 | 0 | 0.26 | 0.48 | 0.31 | 27.53 | 0.35 | 0.52 |
| Hex | B0 | 82 | 5B | 0 | 1A | 30 | 1F | 1C | 23 | 34 |
| Octal | 260 | 202 | 133 | 0 | 32 | 60 | 37 | 34 | 43 | 64 |
| Binary | 10110000 | 10000010 | 1011011 | 0 | 11010 | 110000 | 11111 | 11100 | 100011 | 110100 |
Color Harmonies of #B0825B
Complementary color
Monochromatic Colors of #B0825B
Black with #B0825B
Text Example
Text Example
White with #B0825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0825B; }
p { color: rgb(176,130,91); }
H1.HeaderClassName
{
color: #B0825B;
}
.AnyTagClassName
{
color: #B0825B;
}
</style>
background-color css
<style>
a { background-color: #B0825B; }
a { background-color: rgb(176,130,91); }
div.DivClassName
{
background-color: #B0825B;
}
.BgClassName
{
background-color: #B0825B;
}
</style>
border-color css
<style>
span { border-color: #B0825B; }
span { border-color: rgb(176,130,91); }
td.TdClassName
{
border-color: #B0825B;
}
.TagClassName
{
border-color: #B0825B;
}
</style>