Shades of Medium Wood #B7825A
Tints of Medium Wood #B7825A
RGB
CMYK
RGB Variations
Color information
#B7825A (or 0xB7825A) is known color: Medium Wood. HEX triplet: B7, 82 and 5A. RGB value is (183,130,90). Sum of RGB (Red+Green+Blue) = 183+130+90=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 90 (35.55% from 255 or 22.33% from 403); Max value from RGB is 183 - color contains mainly: red. Hex color #B7825A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7825A is #487DA5. Grayscale: #8D8D8D. Windows color (decimal): -4750758 or 5931703. OLE color: 5931703.
HSL color Cylindrical-coordinate representation of color #B7825A: hue angle of 25.81º degrees, saturation: 0.39, 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 #B7825A is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 130 | 90 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.28 |
| HSL | 25.81º | 0.39% | 0.54% | - |
| HSV(B) | 25.81º | 0.51% | 0.72% | - |
| XYZ | 29.36 | 26.77 | 13.29 | - |
| YUV | 141.29 | 99.06 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 130 | 90 | 0 | 0.29 | 0.51 | 0.28 | 25.81 | 0.39 | 0.54 |
| Hex | B7 | 82 | 5A | 0 | 1D | 33 | 1C | 1A | 27 | 36 |
| Octal | 267 | 202 | 132 | 0 | 35 | 63 | 34 | 32 | 47 | 66 |
| Binary | 10110111 | 10000010 | 1011010 | 0 | 11101 | 110011 | 11100 | 11010 | 100111 | 110110 |
Color Harmonies of #B7825A
Complementary color
Monochromatic Colors of #B7825A
Black with #B7825A
Text Example
Text Example
White with #B7825A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7825A; }
p { color: rgb(183,130,90); }
H1.HeaderClassName
{
color: #B7825A;
}
.AnyTagClassName
{
color: #B7825A;
}
</style>
background-color css
<style>
a { background-color: #B7825A; }
a { background-color: rgb(183,130,90); }
div.DivClassName
{
background-color: #B7825A;
}
.BgClassName
{
background-color: #B7825A;
}
</style>
border-color css
<style>
span { border-color: #B7825A; }
span { border-color: rgb(183,130,90); }
td.TdClassName
{
border-color: #B7825A;
}
.TagClassName
{
border-color: #B7825A;
}
</style>