Shades of Medium Wood #B1866A
Tints of Medium Wood #B1866A
RGB
CMYK
RGB Variations
Color information
#B1866A (or 0xB1866A) is known color: Medium Wood. HEX triplet: B1, 86 and 6A. RGB value is (177,134,106). Sum of RGB (Red+Green+Blue) = 177+134+106=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 134 (52.73% from 255 or 32.13% from 417); Blue value is 106 (41.80% from 255 or 25.42% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B1866A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1866A is #4E7995. Grayscale: #8F8F8F. Windows color (decimal): -5142934 or 6981297. OLE color: 6981297.
HSL color Cylindrical-coordinate representation of color #B1866A: hue angle of 23.66º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B1866A is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 134 | 106 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.31 |
| HSL | 23.66º | 0.31% | 0.55% | - |
| HSV(B) | 23.66º | 0.4% | 0.69% | - |
| XYZ | 29.26 | 27.44 | 17.39 | - |
| YUV | 143.67 | 106.75 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 134 | 106 | 0 | 0.24 | 0.40 | 0.31 | 23.66 | 0.31 | 0.55 |
| Hex | B1 | 86 | 6A | 0 | 18 | 28 | 1F | 18 | 1F | 37 |
| Octal | 261 | 206 | 152 | 0 | 30 | 50 | 37 | 30 | 37 | 67 |
| Binary | 10110001 | 10000110 | 1101010 | 0 | 11000 | 101000 | 11111 | 11000 | 11111 | 110111 |
Color Harmonies of #B1866A
Complementary color
Monochromatic Colors of #B1866A
Black with #B1866A
Text Example
Text Example
White with #B1866A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1866A; }
p { color: rgb(177,134,106); }
H1.HeaderClassName
{
color: #B1866A;
}
.AnyTagClassName
{
color: #B1866A;
}
</style>
background-color css
<style>
a { background-color: #B1866A; }
a { background-color: rgb(177,134,106); }
div.DivClassName
{
background-color: #B1866A;
}
.BgClassName
{
background-color: #B1866A;
}
</style>
border-color css
<style>
span { border-color: #B1866A; }
span { border-color: rgb(177,134,106); }
td.TdClassName
{
border-color: #B1866A;
}
.TagClassName
{
border-color: #B1866A;
}
</style>