Shades of Medium Wood #B3846B
Tints of Medium Wood #B3846B
RGB
CMYK
RGB Variations
Color information
#B3846B (or 0xB3846B) is known color: Medium Wood. HEX triplet: B3, 84 and 6B. RGB value is (179,132,107). Sum of RGB (Red+Green+Blue) = 179+132+107=418 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.82% from 418); Green value is 132 (51.95% from 255 or 31.58% from 418); Blue value is 107 (42.19% from 255 or 25.60% from 418); Max value from RGB is 179 - color contains mainly: red. Hex color #B3846B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3846B is #4C7B94. Grayscale: #8F8F8F. Windows color (decimal): -5012373 or 7046323. OLE color: 7046323.
HSL color Cylindrical-coordinate representation of color #B3846B: hue angle of 20.83º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B3846B is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 132 | 107 | - |
| CMYK | 0 | 0.26 | 0.40 | 0.30 |
| HSL | 20.83º | 0.32% | 0.56% | - |
| HSV(B) | 20.83º | 0.4% | 0.7% | - |
| XYZ | 29.5 | 27.15 | 17.6 | - |
| YUV | 143.2 | 107.57 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 132 | 107 | 0 | 0.26 | 0.40 | 0.30 | 20.83 | 0.32 | 0.56 |
| Hex | B3 | 84 | 6B | 0 | 1A | 28 | 1E | 15 | 20 | 38 |
| Octal | 263 | 204 | 153 | 0 | 32 | 50 | 36 | 25 | 40 | 70 |
| Binary | 10110011 | 10000100 | 1101011 | 0 | 11010 | 101000 | 11110 | 10101 | 100000 | 111000 |
Color Harmonies of #B3846B
Complementary color
Monochromatic Colors of #B3846B
Black with #B3846B
Text Example
Text Example
White with #B3846B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3846B; }
p { color: rgb(179,132,107); }
H1.HeaderClassName
{
color: #B3846B;
}
.AnyTagClassName
{
color: #B3846B;
}
</style>
background-color css
<style>
a { background-color: #B3846B; }
a { background-color: rgb(179,132,107); }
div.DivClassName
{
background-color: #B3846B;
}
.BgClassName
{
background-color: #B3846B;
}
</style>
border-color css
<style>
span { border-color: #B3846B; }
span { border-color: rgb(179,132,107); }
td.TdClassName
{
border-color: #B3846B;
}
.TagClassName
{
border-color: #B3846B;
}
</style>