Shades of Medium Wood #B1876E
Tints of Medium Wood #B1876E
RGB
CMYK
RGB Variations
Color information
#B1876E (or 0xB1876E) is known color: Medium Wood. HEX triplet: B1, 87 and 6E. RGB value is (177,135,110). Sum of RGB (Red+Green+Blue) = 177+135+110=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 110 (43.36% from 255 or 26.07% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B1876E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1876E is #4E7891. Grayscale: #909090. Windows color (decimal): -5142674 or 7243697. OLE color: 7243697.
HSL color Cylindrical-coordinate representation of color #B1876E: hue angle of 22.39º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B1876E is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 135 | 110 | - |
| CMYK | 0 | 0.24 | 0.38 | 0.31 |
| HSL | 22.39º | 0.3% | 0.56% | - |
| HSV(B) | 22.39º | 0.38% | 0.69% | - |
| XYZ | 29.61 | 27.8 | 18.56 | - |
| YUV | 144.71 | 108.41 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 135 | 110 | 0 | 0.24 | 0.38 | 0.31 | 22.39 | 0.3 | 0.56 |
| Hex | B1 | 87 | 6E | 0 | 18 | 26 | 1F | 16 | 1E | 38 |
| Octal | 261 | 207 | 156 | 0 | 30 | 46 | 37 | 26 | 36 | 70 |
| Binary | 10110001 | 10000111 | 1101110 | 0 | 11000 | 100110 | 11111 | 10110 | 11110 | 111000 |
Color Harmonies of #B1876E
Complementary color
Monochromatic Colors of #B1876E
Black with #B1876E
Text Example
Text Example
White with #B1876E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1876E; }
p { color: rgb(177,135,110); }
H1.HeaderClassName
{
color: #B1876E;
}
.AnyTagClassName
{
color: #B1876E;
}
</style>
background-color css
<style>
a { background-color: #B1876E; }
a { background-color: rgb(177,135,110); }
div.DivClassName
{
background-color: #B1876E;
}
.BgClassName
{
background-color: #B1876E;
}
</style>
border-color css
<style>
span { border-color: #B1876E; }
span { border-color: rgb(177,135,110); }
td.TdClassName
{
border-color: #B1876E;
}
.TagClassName
{
border-color: #B1876E;
}
</style>