Shades of Medium Wood #B4845D
Tints of Medium Wood #B4845D
RGB
CMYK
RGB Variations
Color information
#B4845D (or 0xB4845D) is known color: Medium Wood. HEX triplet: B4, 84 and 5D. RGB value is (180,132,93). Sum of RGB (Red+Green+Blue) = 180+132+93=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 93 (36.72% from 255 or 22.96% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B4845D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4845D is #4B7BA2. Grayscale: #8E8E8E. Windows color (decimal): -4946851 or 6128820. OLE color: 6128820.
HSL color Cylindrical-coordinate representation of color #B4845D: hue angle of 26.9º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B4845D is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 132 | 93 | - |
| CMYK | 0 | 0.27 | 0.48 | 0.29 |
| HSL | 26.9º | 0.37% | 0.54% | - |
| HSV(B) | 26.9º | 0.48% | 0.71% | - |
| XYZ | 29.05 | 27 | 14.04 | - |
| YUV | 141.91 | 100.4 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 132 | 93 | 0 | 0.27 | 0.48 | 0.29 | 26.9 | 0.37 | 0.54 |
| Hex | B4 | 84 | 5D | 0 | 1B | 30 | 1D | 1B | 25 | 36 |
| Octal | 264 | 204 | 135 | 0 | 33 | 60 | 35 | 33 | 45 | 66 |
| Binary | 10110100 | 10000100 | 1011101 | 0 | 11011 | 110000 | 11101 | 11011 | 100101 | 110110 |
Color Harmonies of #B4845D
Complementary color
Monochromatic Colors of #B4845D
Black with #B4845D
Text Example
Text Example
White with #B4845D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4845D; }
p { color: rgb(180,132,93); }
H1.HeaderClassName
{
color: #B4845D;
}
.AnyTagClassName
{
color: #B4845D;
}
</style>
background-color css
<style>
a { background-color: #B4845D; }
a { background-color: rgb(180,132,93); }
div.DivClassName
{
background-color: #B4845D;
}
.BgClassName
{
background-color: #B4845D;
}
</style>
border-color css
<style>
span { border-color: #B4845D; }
span { border-color: rgb(180,132,93); }
td.TdClassName
{
border-color: #B4845D;
}
.TagClassName
{
border-color: #B4845D;
}
</style>