Shades of Medium Wood #B1806B
Tints of Medium Wood #B1806B
RGB
CMYK
RGB Variations
Color information
#B1806B (or 0xB1806B) is known color: Medium Wood. HEX triplet: B1, 80 and 6B. RGB value is (177,128,107). Sum of RGB (Red+Green+Blue) = 177+128+107=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 107 (42.19% from 255 or 25.97% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B1806B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1806B is #4E7F94. Grayscale: #8C8C8C. Windows color (decimal): -5144469 or 7045297. OLE color: 7045297.
HSL color Cylindrical-coordinate representation of color #B1806B: hue angle of 18º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B1806B is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 128 | 107 | - |
| CMYK | 0 | 0.28 | 0.40 | 0.31 |
| HSL | 18º | 0.31% | 0.56% | - |
| HSV(B) | 18º | 0.4% | 0.69% | - |
| XYZ | 28.5 | 25.85 | 17.4 | - |
| YUV | 140.26 | 109.23 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 128 | 107 | 0 | 0.28 | 0.40 | 0.31 | 18 | 0.31 | 0.56 |
| Hex | B1 | 80 | 6B | 0 | 1C | 28 | 1F | 12 | 1F | 38 |
| Octal | 261 | 200 | 153 | 0 | 34 | 50 | 37 | 22 | 37 | 70 |
| Binary | 10110001 | 10000000 | 1101011 | 0 | 11100 | 101000 | 11111 | 10010 | 11111 | 111000 |
Color Harmonies of #B1806B
Complementary color
Monochromatic Colors of #B1806B
Black with #B1806B
Text Example
Text Example
White with #B1806B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1806B; }
p { color: rgb(177,128,107); }
H1.HeaderClassName
{
color: #B1806B;
}
.AnyTagClassName
{
color: #B1806B;
}
</style>
background-color css
<style>
a { background-color: #B1806B; }
a { background-color: rgb(177,128,107); }
div.DivClassName
{
background-color: #B1806B;
}
.BgClassName
{
background-color: #B1806B;
}
</style>
border-color css
<style>
span { border-color: #B1806B; }
span { border-color: rgb(177,128,107); }
td.TdClassName
{
border-color: #B1806B;
}
.TagClassName
{
border-color: #B1806B;
}
</style>