Shades of Medium Wood #B1846D
Tints of Medium Wood #B1846D
RGB
CMYK
RGB Variations
Color information
#B1846D (or 0xB1846D) is known color: Medium Wood. HEX triplet: B1, 84 and 6D. RGB value is (177,132,109). Sum of RGB (Red+Green+Blue) = 177+132+109=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 132 (51.95% from 255 or 31.58% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 177 - color contains mainly: red. Hex color #B1846D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1846D is #4E7B92. Grayscale: #8E8E8E. Windows color (decimal): -5143443 or 7177393. OLE color: 7177393.
HSL color Cylindrical-coordinate representation of color #B1846D: hue angle of 20.29º 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 #B1846D is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 132 | 109 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.31 |
| HSL | 20.29º | 0.3% | 0.56% | - |
| HSV(B) | 20.29º | 0.38% | 0.69% | - |
| XYZ | 29.14 | 26.95 | 18.13 | - |
| YUV | 142.83 | 108.91 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 132 | 109 | 0 | 0.25 | 0.38 | 0.31 | 20.29 | 0.3 | 0.56 |
| Hex | B1 | 84 | 6D | 0 | 19 | 26 | 1F | 14 | 1E | 38 |
| Octal | 261 | 204 | 155 | 0 | 31 | 46 | 37 | 24 | 36 | 70 |
| Binary | 10110001 | 10000100 | 1101101 | 0 | 11001 | 100110 | 11111 | 10100 | 11110 | 111000 |
Color Harmonies of #B1846D
Complementary color
Monochromatic Colors of #B1846D
Black with #B1846D
Text Example
Text Example
White with #B1846D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1846D; }
p { color: rgb(177,132,109); }
H1.HeaderClassName
{
color: #B1846D;
}
.AnyTagClassName
{
color: #B1846D;
}
</style>
background-color css
<style>
a { background-color: #B1846D; }
a { background-color: rgb(177,132,109); }
div.DivClassName
{
background-color: #B1846D;
}
.BgClassName
{
background-color: #B1846D;
}
</style>
border-color css
<style>
span { border-color: #B1846D; }
span { border-color: rgb(177,132,109); }
td.TdClassName
{
border-color: #B1846D;
}
.TagClassName
{
border-color: #B1846D;
}
</style>