Shades of Medium Wood #B1876D
Tints of Medium Wood #B1876D
RGB
CMYK
RGB Variations
Color information
#B1876D (or 0xB1876D) is known color: Medium Wood. HEX triplet: B1, 87 and 6D. RGB value is (177,135,109). Sum of RGB (Red+Green+Blue) = 177+135+109=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 135 (53.12% from 255 or 32.07% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 177 - color contains mainly: red. Hex color #B1876D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1876D is #4E7892. Grayscale: #909090. Windows color (decimal): -5142675 or 7178161. OLE color: 7178161.
HSL color Cylindrical-coordinate representation of color #B1876D: hue angle of 22.94º 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 #B1876D is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 135 | 109 | - |
| CMYK | 0 | 0.24 | 0.38 | 0.31 |
| HSL | 22.94º | 0.3% | 0.56% | - |
| HSV(B) | 22.94º | 0.38% | 0.69% | - |
| XYZ | 29.56 | 27.78 | 18.27 | - |
| YUV | 144.59 | 107.91 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 135 | 109 | 0 | 0.24 | 0.38 | 0.31 | 22.94 | 0.3 | 0.56 |
| Hex | B1 | 87 | 6D | 0 | 18 | 26 | 1F | 17 | 1E | 38 |
| Octal | 261 | 207 | 155 | 0 | 30 | 46 | 37 | 27 | 36 | 70 |
| Binary | 10110001 | 10000111 | 1101101 | 0 | 11000 | 100110 | 11111 | 10111 | 11110 | 111000 |
Color Harmonies of #B1876D
Complementary color
Monochromatic Colors of #B1876D
Black with #B1876D
Text Example
Text Example
White with #B1876D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1876D; }
p { color: rgb(177,135,109); }
H1.HeaderClassName
{
color: #B1876D;
}
.AnyTagClassName
{
color: #B1876D;
}
</style>
background-color css
<style>
a { background-color: #B1876D; }
a { background-color: rgb(177,135,109); }
div.DivClassName
{
background-color: #B1876D;
}
.BgClassName
{
background-color: #B1876D;
}
</style>
border-color css
<style>
span { border-color: #B1876D; }
span { border-color: rgb(177,135,109); }
td.TdClassName
{
border-color: #B1876D;
}
.TagClassName
{
border-color: #B1876D;
}
</style>