Shades of Medium Wood #B4855D
Tints of Medium Wood #B4855D
RGB
CMYK
RGB Variations
Color information
#B4855D (or 0xB4855D) is known color: Medium Wood. HEX triplet: B4, 85 and 5D. RGB value is (180,133,93). Sum of RGB (Red+Green+Blue) = 180+133+93=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 180 - color contains mainly: red. Hex color #B4855D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4855D is #4B7AA2. Grayscale: #8E8E8E. Windows color (decimal): -4946595 or 6129076. OLE color: 6129076.
HSL color Cylindrical-coordinate representation of color #B4855D: hue angle of 27.59º 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 #B4855D is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 133 | 93 | - |
| CMYK | 0 | 0.26 | 0.48 | 0.29 |
| HSL | 27.59º | 0.37% | 0.54% | - |
| HSV(B) | 27.59º | 0.48% | 0.71% | - |
| XYZ | 29.19 | 27.27 | 14.08 | - |
| YUV | 142.49 | 100.07 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 133 | 93 | 0 | 0.26 | 0.48 | 0.29 | 27.59 | 0.37 | 0.54 |
| Hex | B4 | 85 | 5D | 0 | 1A | 30 | 1D | 1C | 25 | 36 |
| Octal | 264 | 205 | 135 | 0 | 32 | 60 | 35 | 34 | 45 | 66 |
| Binary | 10110100 | 10000101 | 1011101 | 0 | 11010 | 110000 | 11101 | 11100 | 100101 | 110110 |
Color Harmonies of #B4855D
Complementary color
Monochromatic Colors of #B4855D
Black with #B4855D
Text Example
Text Example
White with #B4855D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4855D; }
p { color: rgb(180,133,93); }
H1.HeaderClassName
{
color: #B4855D;
}
.AnyTagClassName
{
color: #B4855D;
}
</style>
background-color css
<style>
a { background-color: #B4855D; }
a { background-color: rgb(180,133,93); }
div.DivClassName
{
background-color: #B4855D;
}
.BgClassName
{
background-color: #B4855D;
}
</style>
border-color css
<style>
span { border-color: #B4855D; }
span { border-color: rgb(180,133,93); }
td.TdClassName
{
border-color: #B4855D;
}
.TagClassName
{
border-color: #B4855D;
}
</style>