Shades of Medium Wood #B8825A
Tints of Medium Wood #B8825A
RGB
CMYK
RGB Variations
Color information
#B8825A (or 0xB8825A) is known color: Medium Wood. HEX triplet: B8, 82 and 5A. RGB value is (184,130,90). Sum of RGB (Red+Green+Blue) = 184+130+90=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 90 (35.55% from 255 or 22.28% from 404); Max value from RGB is 184 - color contains mainly: red. Hex color #B8825A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8825A is #477DA5. Grayscale: #8D8D8D. Windows color (decimal): -4685222 or 5931704. OLE color: 5931704.
HSL color Cylindrical-coordinate representation of color #B8825A: hue angle of 25.53º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B8825A is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 130 | 90 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.28 |
| HSL | 25.53º | 0.4% | 0.54% | - |
| HSV(B) | 25.53º | 0.51% | 0.72% | - |
| XYZ | 29.6 | 26.89 | 13.3 | - |
| YUV | 141.59 | 98.89 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 130 | 90 | 0 | 0.29 | 0.51 | 0.28 | 25.53 | 0.4 | 0.54 |
| Hex | B8 | 82 | 5A | 0 | 1D | 33 | 1C | 1A | 28 | 36 |
| Octal | 270 | 202 | 132 | 0 | 35 | 63 | 34 | 32 | 50 | 66 |
| Binary | 10111000 | 10000010 | 1011010 | 0 | 11101 | 110011 | 11100 | 11010 | 101000 | 110110 |
Color Harmonies of #B8825A
Complementary color
Monochromatic Colors of #B8825A
Black with #B8825A
Text Example
Text Example
White with #B8825A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8825A; }
p { color: rgb(184,130,90); }
H1.HeaderClassName
{
color: #B8825A;
}
.AnyTagClassName
{
color: #B8825A;
}
</style>
background-color css
<style>
a { background-color: #B8825A; }
a { background-color: rgb(184,130,90); }
div.DivClassName
{
background-color: #B8825A;
}
.BgClassName
{
background-color: #B8825A;
}
</style>
border-color css
<style>
span { border-color: #B8825A; }
span { border-color: rgb(184,130,90); }
td.TdClassName
{
border-color: #B8825A;
}
.TagClassName
{
border-color: #B8825A;
}
</style>