Shades of Medium Wood #B3886C
Tints of Medium Wood #B3886C
RGB
CMYK
RGB Variations
Color information
#B3886C (or 0xB3886C) is known color: Medium Wood. HEX triplet: B3, 88 and 6C. RGB value is (179,136,108). Sum of RGB (Red+Green+Blue) = 179+136+108=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 136 (53.52% from 255 or 32.15% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 179 - color contains mainly: red. Hex color #B3886C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3886C is #4C7793. Grayscale: #919191. Windows color (decimal): -5011348 or 7112883. OLE color: 7112883.
HSL color Cylindrical-coordinate representation of color #B3886C: hue angle of 23.66º 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 #B3886C is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 136 | 108 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.30 |
| HSL | 23.66º | 0.32% | 0.56% | - |
| HSV(B) | 23.66º | 0.4% | 0.7% | - |
| XYZ | 30.1 | 28.27 | 18.06 | - |
| YUV | 145.67 | 106.75 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 136 | 108 | 0 | 0.24 | 0.40 | 0.30 | 23.66 | 0.32 | 0.56 |
| Hex | B3 | 88 | 6C | 0 | 18 | 28 | 1E | 18 | 20 | 38 |
| Octal | 263 | 210 | 154 | 0 | 30 | 50 | 36 | 30 | 40 | 70 |
| Binary | 10110011 | 10001000 | 1101100 | 0 | 11000 | 101000 | 11110 | 11000 | 100000 | 111000 |
Color Harmonies of #B3886C
Complementary color
Monochromatic Colors of #B3886C
Black with #B3886C
Text Example
Text Example
White with #B3886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3886C; }
p { color: rgb(179,136,108); }
H1.HeaderClassName
{
color: #B3886C;
}
.AnyTagClassName
{
color: #B3886C;
}
</style>
background-color css
<style>
a { background-color: #B3886C; }
a { background-color: rgb(179,136,108); }
div.DivClassName
{
background-color: #B3886C;
}
.BgClassName
{
background-color: #B3886C;
}
</style>
border-color css
<style>
span { border-color: #B3886C; }
span { border-color: rgb(179,136,108); }
td.TdClassName
{
border-color: #B3886C;
}
.TagClassName
{
border-color: #B3886C;
}
</style>