Shades of Medium Wood #B1876C
Tints of Medium Wood #B1876C
RGB
CMYK
RGB Variations
Color information
#B1876C (or 0xB1876C) is known color: Medium Wood. HEX triplet: B1, 87 and 6C. RGB value is (177,135,108). Sum of RGB (Red+Green+Blue) = 177+135+108=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 135 (53.12% from 255 or 32.14% from 420); Blue value is 108 (42.58% from 255 or 25.71% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B1876C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1876C is #4E7893. Grayscale: #909090. Windows color (decimal): -5142676 or 7112625. OLE color: 7112625.
HSL color Cylindrical-coordinate representation of color #B1876C: hue angle of 23.48º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B1876C is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 135 | 108 | - |
| CMYK | 0 | 0.24 | 0.39 | 0.31 |
| HSL | 23.48º | 0.31% | 0.56% | - |
| HSV(B) | 23.48º | 0.39% | 0.69% | - |
| XYZ | 29.5 | 27.76 | 17.99 | - |
| YUV | 144.48 | 107.41 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 135 | 108 | 0 | 0.24 | 0.39 | 0.31 | 23.48 | 0.31 | 0.56 |
| Hex | B1 | 87 | 6C | 0 | 18 | 27 | 1F | 17 | 1F | 38 |
| Octal | 261 | 207 | 154 | 0 | 30 | 47 | 37 | 27 | 37 | 70 |
| Binary | 10110001 | 10000111 | 1101100 | 0 | 11000 | 100111 | 11111 | 10111 | 11111 | 111000 |
Color Harmonies of #B1876C
Complementary color
Monochromatic Colors of #B1876C
Black with #B1876C
Text Example
Text Example
White with #B1876C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1876C; }
p { color: rgb(177,135,108); }
H1.HeaderClassName
{
color: #B1876C;
}
.AnyTagClassName
{
color: #B1876C;
}
</style>
background-color css
<style>
a { background-color: #B1876C; }
a { background-color: rgb(177,135,108); }
div.DivClassName
{
background-color: #B1876C;
}
.BgClassName
{
background-color: #B1876C;
}
</style>
border-color css
<style>
span { border-color: #B1876C; }
span { border-color: rgb(177,135,108); }
td.TdClassName
{
border-color: #B1876C;
}
.TagClassName
{
border-color: #B1876C;
}
</style>