Shades of Medium Wood #B5825B
Tints of Medium Wood #B5825B
RGB
CMYK
RGB Variations
Color information
#B5825B (or 0xB5825B) is known color: Medium Wood. HEX triplet: B5, 82 and 5B. RGB value is (181,130,91). Sum of RGB (Red+Green+Blue) = 181+130+91=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 91 (35.94% from 255 or 22.64% from 402); Max value from RGB is 181 - color contains mainly: red. Hex color #B5825B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5825B is #4A7DA4. Grayscale: #8D8D8D. Windows color (decimal): -4881829 or 5997237. OLE color: 5997237.
HSL color Cylindrical-coordinate representation of color #B5825B: hue angle of 26º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B5825B is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 130 | 91 | - |
| CMYK | 0 | 0.28 | 0.50 | 0.29 |
| HSL | 26º | 0.38% | 0.53% | - |
| HSV(B) | 26º | 0.5% | 0.71% | - |
| XYZ | 28.93 | 26.54 | 13.5 | - |
| YUV | 140.8 | 99.9 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 130 | 91 | 0 | 0.28 | 0.50 | 0.29 | 26 | 0.38 | 0.53 |
| Hex | B5 | 82 | 5B | 0 | 1C | 32 | 1D | 1A | 26 | 35 |
| Octal | 265 | 202 | 133 | 0 | 34 | 62 | 35 | 32 | 46 | 65 |
| Binary | 10110101 | 10000010 | 1011011 | 0 | 11100 | 110010 | 11101 | 11010 | 100110 | 110101 |
Color Harmonies of #B5825B
Complementary color
Monochromatic Colors of #B5825B
Black with #B5825B
Text Example
Text Example
White with #B5825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5825B; }
p { color: rgb(181,130,91); }
H1.HeaderClassName
{
color: #B5825B;
}
.AnyTagClassName
{
color: #B5825B;
}
</style>
background-color css
<style>
a { background-color: #B5825B; }
a { background-color: rgb(181,130,91); }
div.DivClassName
{
background-color: #B5825B;
}
.BgClassName
{
background-color: #B5825B;
}
</style>
border-color css
<style>
span { border-color: #B5825B; }
span { border-color: rgb(181,130,91); }
td.TdClassName
{
border-color: #B5825B;
}
.TagClassName
{
border-color: #B5825B;
}
</style>