Shades of Medium Wood #B1865E
Tints of Medium Wood #B1865E
RGB
CMYK
RGB Variations
Color information
#B1865E (or 0xB1865E) is known color: Medium Wood. HEX triplet: B1, 86 and 5E. RGB value is (177,134,94). Sum of RGB (Red+Green+Blue) = 177+134+94=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 94 (37.11% from 255 or 23.21% from 405); Max value from RGB is 177 - color contains mainly: red. Hex color #B1865E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1865E is #4E79A1. Grayscale: #8E8E8E. Windows color (decimal): -5142946 or 6194865. OLE color: 6194865.
HSL color Cylindrical-coordinate representation of color #B1865E: hue angle of 28.92º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B1865E is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 134 | 94 | - |
| CMYK | 0 | 0.24 | 0.47 | 0.31 |
| HSL | 28.92º | 0.35% | 0.53% | - |
| HSV(B) | 28.92º | 0.47% | 0.69% | - |
| XYZ | 28.68 | 27.21 | 14.33 | - |
| YUV | 142.3 | 100.75 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 134 | 94 | 0 | 0.24 | 0.47 | 0.31 | 28.92 | 0.35 | 0.53 |
| Hex | B1 | 86 | 5E | 0 | 18 | 2F | 1F | 1D | 23 | 35 |
| Octal | 261 | 206 | 136 | 0 | 30 | 57 | 37 | 35 | 43 | 65 |
| Binary | 10110001 | 10000110 | 1011110 | 0 | 11000 | 101111 | 11111 | 11101 | 100011 | 110101 |
Color Harmonies of #B1865E
Complementary color
Monochromatic Colors of #B1865E
Black with #B1865E
Text Example
Text Example
White with #B1865E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1865E; }
p { color: rgb(177,134,94); }
H1.HeaderClassName
{
color: #B1865E;
}
.AnyTagClassName
{
color: #B1865E;
}
</style>
background-color css
<style>
a { background-color: #B1865E; }
a { background-color: rgb(177,134,94); }
div.DivClassName
{
background-color: #B1865E;
}
.BgClassName
{
background-color: #B1865E;
}
</style>
border-color css
<style>
span { border-color: #B1865E; }
span { border-color: rgb(177,134,94); }
td.TdClassName
{
border-color: #B1865E;
}
.TagClassName
{
border-color: #B1865E;
}
</style>