Shades of Medium Wood #B4865F
Tints of Medium Wood #B4865F
RGB
CMYK
RGB Variations
Color information
#B4865F (or 0xB4865F) is known color: Medium Wood. HEX triplet: B4, 86 and 5F. RGB value is (180,134,95). Sum of RGB (Red+Green+Blue) = 180+134+95=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 95 (37.5% from 255 or 23.23% from 409); Max value from RGB is 180 - color contains mainly: red. Hex color #B4865F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4865F is #4B79A0. Grayscale: #8F8F8F. Windows color (decimal): -4946337 or 6260404. OLE color: 6260404.
HSL color Cylindrical-coordinate representation of color #B4865F: hue angle of 27.53º 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 #B4865F is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 134 | 95 | - |
| CMYK | 0 | 0.26 | 0.47 | 0.29 |
| HSL | 27.53º | 0.36% | 0.54% | - |
| HSV(B) | 27.53º | 0.47% | 0.71% | - |
| XYZ | 29.41 | 27.58 | 14.6 | - |
| YUV | 143.31 | 100.74 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 134 | 95 | 0 | 0.26 | 0.47 | 0.29 | 27.53 | 0.36 | 0.54 |
| Hex | B4 | 86 | 5F | 0 | 1A | 2F | 1D | 1C | 24 | 36 |
| Octal | 264 | 206 | 137 | 0 | 32 | 57 | 35 | 34 | 44 | 66 |
| Binary | 10110100 | 10000110 | 1011111 | 0 | 11010 | 101111 | 11101 | 11100 | 100100 | 110110 |
Color Harmonies of #B4865F
Complementary color
Monochromatic Colors of #B4865F
Black with #B4865F
Text Example
Text Example
White with #B4865F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4865F; }
p { color: rgb(180,134,95); }
H1.HeaderClassName
{
color: #B4865F;
}
.AnyTagClassName
{
color: #B4865F;
}
</style>
background-color css
<style>
a { background-color: #B4865F; }
a { background-color: rgb(180,134,95); }
div.DivClassName
{
background-color: #B4865F;
}
.BgClassName
{
background-color: #B4865F;
}
</style>
border-color css
<style>
span { border-color: #B4865F; }
span { border-color: rgb(180,134,95); }
td.TdClassName
{
border-color: #B4865F;
}
.TagClassName
{
border-color: #B4865F;
}
</style>