Shades of Medium Wood #B5846A
Tints of Medium Wood #B5846A
RGB
CMYK
RGB Variations
Color information
#B5846A (or 0xB5846A) is known color: Medium Wood. HEX triplet: B5, 84 and 6A. RGB value is (181,132,106). Sum of RGB (Red+Green+Blue) = 181+132+106=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 132 (51.95% from 255 or 31.50% from 419); Blue value is 106 (41.80% from 255 or 25.30% from 419); Max value from RGB is 181 - color contains mainly: red. Hex color #B5846A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5846A is #4A7B95. Grayscale: #8F8F8F. Windows color (decimal): -4881302 or 6980789. OLE color: 6980789.
HSL color Cylindrical-coordinate representation of color #B5846A: hue angle of 20.8º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B5846A is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 132 | 106 | - |
| CMYK | 0 | 0.27 | 0.41 | 0.29 |
| HSL | 20.8º | 0.34% | 0.56% | - |
| HSV(B) | 20.8º | 0.41% | 0.71% | - |
| XYZ | 29.91 | 27.37 | 17.34 | - |
| YUV | 143.69 | 106.73 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 132 | 106 | 0 | 0.27 | 0.41 | 0.29 | 20.8 | 0.34 | 0.56 |
| Hex | B5 | 84 | 6A | 0 | 1B | 29 | 1D | 15 | 22 | 38 |
| Octal | 265 | 204 | 152 | 0 | 33 | 51 | 35 | 25 | 42 | 70 |
| Binary | 10110101 | 10000100 | 1101010 | 0 | 11011 | 101001 | 11101 | 10101 | 100010 | 111000 |
Color Harmonies of #B5846A
Complementary color
Monochromatic Colors of #B5846A
Black with #B5846A
Text Example
Text Example
White with #B5846A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5846A; }
p { color: rgb(181,132,106); }
H1.HeaderClassName
{
color: #B5846A;
}
.AnyTagClassName
{
color: #B5846A;
}
</style>
background-color css
<style>
a { background-color: #B5846A; }
a { background-color: rgb(181,132,106); }
div.DivClassName
{
background-color: #B5846A;
}
.BgClassName
{
background-color: #B5846A;
}
</style>
border-color css
<style>
span { border-color: #B5846A; }
span { border-color: rgb(181,132,106); }
td.TdClassName
{
border-color: #B5846A;
}
.TagClassName
{
border-color: #B5846A;
}
</style>