Shades of Medium Wood #B0825C
Tints of Medium Wood #B0825C
RGB
CMYK
RGB Variations
Color information
#B0825C (or 0xB0825C) is known color: Medium Wood. HEX triplet: B0, 82 and 5C. RGB value is (176,130,92). Sum of RGB (Red+Green+Blue) = 176+130+92=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 176 - color contains mainly: red. Hex color #B0825C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0825C is #4F7DA3. Grayscale: #8B8B8B. Windows color (decimal): -5209508 or 6062768. OLE color: 6062768.
HSL color Cylindrical-coordinate representation of color #B0825C: hue angle of 27.14º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B0825C is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 130 | 92 | - |
| CMYK | 0 | 0.26 | 0.48 | 0.31 |
| HSL | 27.14º | 0.35% | 0.53% | - |
| HSV(B) | 27.14º | 0.48% | 0.69% | - |
| XYZ | 27.82 | 25.97 | 13.67 | - |
| YUV | 139.42 | 101.24 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 130 | 92 | 0 | 0.26 | 0.48 | 0.31 | 27.14 | 0.35 | 0.53 |
| Hex | B0 | 82 | 5C | 0 | 1A | 30 | 1F | 1B | 23 | 35 |
| Octal | 260 | 202 | 134 | 0 | 32 | 60 | 37 | 33 | 43 | 65 |
| Binary | 10110000 | 10000010 | 1011100 | 0 | 11010 | 110000 | 11111 | 11011 | 100011 | 110101 |
Color Harmonies of #B0825C
Complementary color
Monochromatic Colors of #B0825C
Black with #B0825C
Text Example
Text Example
White with #B0825C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0825C; }
p { color: rgb(176,130,92); }
H1.HeaderClassName
{
color: #B0825C;
}
.AnyTagClassName
{
color: #B0825C;
}
</style>
background-color css
<style>
a { background-color: #B0825C; }
a { background-color: rgb(176,130,92); }
div.DivClassName
{
background-color: #B0825C;
}
.BgClassName
{
background-color: #B0825C;
}
</style>
border-color css
<style>
span { border-color: #B0825C; }
span { border-color: rgb(176,130,92); }
td.TdClassName
{
border-color: #B0825C;
}
.TagClassName
{
border-color: #B0825C;
}
</style>