Shades of Medium Wood #B4845F
Tints of Medium Wood #B4845F
RGB
CMYK
RGB Variations
Color information
#B4845F (or 0xB4845F) is known color: Medium Wood. HEX triplet: B4, 84 and 5F. RGB value is (180,132,95). Sum of RGB (Red+Green+Blue) = 180+132+95=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 95 (37.5% from 255 or 23.34% from 407); Max value from RGB is 180 - color contains mainly: red. Hex color #B4845F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4845F is #4B7BA0. Grayscale: #8E8E8E. Windows color (decimal): -4946849 or 6259892. OLE color: 6259892.
HSL color Cylindrical-coordinate representation of color #B4845F: hue angle of 26.12º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B4845F is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 132 | 95 | - |
| CMYK | 0 | 0.27 | 0.47 | 0.29 |
| HSL | 26.12º | 0.36% | 0.54% | - |
| HSV(B) | 26.12º | 0.47% | 0.71% | - |
| XYZ | 29.14 | 27.03 | 14.51 | - |
| YUV | 142.13 | 101.4 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 132 | 95 | 0 | 0.27 | 0.47 | 0.29 | 26.12 | 0.36 | 0.54 |
| Hex | B4 | 84 | 5F | 0 | 1B | 2F | 1D | 1A | 24 | 36 |
| Octal | 264 | 204 | 137 | 0 | 33 | 57 | 35 | 32 | 44 | 66 |
| Binary | 10110100 | 10000100 | 1011111 | 0 | 11011 | 101111 | 11101 | 11010 | 100100 | 110110 |
Color Harmonies of #B4845F
Complementary color
Monochromatic Colors of #B4845F
Black with #B4845F
Text Example
Text Example
White with #B4845F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4845F; }
p { color: rgb(180,132,95); }
H1.HeaderClassName
{
color: #B4845F;
}
.AnyTagClassName
{
color: #B4845F;
}
</style>
background-color css
<style>
a { background-color: #B4845F; }
a { background-color: rgb(180,132,95); }
div.DivClassName
{
background-color: #B4845F;
}
.BgClassName
{
background-color: #B4845F;
}
</style>
border-color css
<style>
span { border-color: #B4845F; }
span { border-color: rgb(180,132,95); }
td.TdClassName
{
border-color: #B4845F;
}
.TagClassName
{
border-color: #B4845F;
}
</style>