Shades of Medium Wood #B1846B
Tints of Medium Wood #B1846B
RGB
CMYK
RGB Variations
Color information
#B1846B (or 0xB1846B) is known color: Medium Wood. HEX triplet: B1, 84 and 6B. RGB value is (177,132,107). Sum of RGB (Red+Green+Blue) = 177+132+107=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 132 (51.95% from 255 or 31.73% from 416); Blue value is 107 (42.19% from 255 or 25.72% from 416); Max value from RGB is 177 - color contains mainly: red. Hex color #B1846B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1846B is #4E7B94. Grayscale: #8E8E8E. Windows color (decimal): -5143445 or 7046321. OLE color: 7046321.
HSL color Cylindrical-coordinate representation of color #B1846B: hue angle of 21.43º 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 #B1846B is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 132 | 107 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.31 |
| HSL | 21.43º | 0.31% | 0.56% | - |
| HSV(B) | 21.43º | 0.4% | 0.69% | - |
| XYZ | 29.04 | 26.91 | 17.57 | - |
| YUV | 142.61 | 107.91 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 132 | 107 | 0 | 0.25 | 0.40 | 0.31 | 21.43 | 0.31 | 0.56 |
| Hex | B1 | 84 | 6B | 0 | 19 | 28 | 1F | 15 | 1F | 38 |
| Octal | 261 | 204 | 153 | 0 | 31 | 50 | 37 | 25 | 37 | 70 |
| Binary | 10110001 | 10000100 | 1101011 | 0 | 11001 | 101000 | 11111 | 10101 | 11111 | 111000 |
Color Harmonies of #B1846B
Complementary color
Monochromatic Colors of #B1846B
Black with #B1846B
Text Example
Text Example
White with #B1846B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1846B; }
p { color: rgb(177,132,107); }
H1.HeaderClassName
{
color: #B1846B;
}
.AnyTagClassName
{
color: #B1846B;
}
</style>
background-color css
<style>
a { background-color: #B1846B; }
a { background-color: rgb(177,132,107); }
div.DivClassName
{
background-color: #B1846B;
}
.BgClassName
{
background-color: #B1846B;
}
</style>
border-color css
<style>
span { border-color: #B1846B; }
span { border-color: rgb(177,132,107); }
td.TdClassName
{
border-color: #B1846B;
}
.TagClassName
{
border-color: #B1846B;
}
</style>