Shades of Medium Wood #B3886B
Tints of Medium Wood #B3886B
RGB
CMYK
RGB Variations
Color information
#B3886B (or 0xB3886B) is known color: Medium Wood. HEX triplet: B3, 88 and 6B. RGB value is (179,136,107). Sum of RGB (Red+Green+Blue) = 179+136+107=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 136 (53.52% from 255 or 32.23% from 422); Blue value is 107 (42.19% from 255 or 25.36% from 422); Max value from RGB is 179 - color contains mainly: red. Hex color #B3886B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3886B is #4C7794. Grayscale: #919191. Windows color (decimal): -5011349 or 7047347. OLE color: 7047347.
HSL color Cylindrical-coordinate representation of color #B3886B: hue angle of 24.17º 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 #B3886B is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 136 | 107 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.30 |
| HSL | 24.17º | 0.32% | 0.56% | - |
| HSV(B) | 24.17º | 0.4% | 0.7% | - |
| XYZ | 30.05 | 28.25 | 17.78 | - |
| YUV | 145.55 | 106.25 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 136 | 107 | 0 | 0.24 | 0.40 | 0.30 | 24.17 | 0.32 | 0.56 |
| Hex | B3 | 88 | 6B | 0 | 18 | 28 | 1E | 18 | 20 | 38 |
| Octal | 263 | 210 | 153 | 0 | 30 | 50 | 36 | 30 | 40 | 70 |
| Binary | 10110011 | 10001000 | 1101011 | 0 | 11000 | 101000 | 11110 | 11000 | 100000 | 111000 |
Color Harmonies of #B3886B
Complementary color
Monochromatic Colors of #B3886B
Black with #B3886B
Text Example
Text Example
White with #B3886B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3886B; }
p { color: rgb(179,136,107); }
H1.HeaderClassName
{
color: #B3886B;
}
.AnyTagClassName
{
color: #B3886B;
}
</style>
background-color css
<style>
a { background-color: #B3886B; }
a { background-color: rgb(179,136,107); }
div.DivClassName
{
background-color: #B3886B;
}
.BgClassName
{
background-color: #B3886B;
}
</style>
border-color css
<style>
span { border-color: #B3886B; }
span { border-color: rgb(179,136,107); }
td.TdClassName
{
border-color: #B3886B;
}
.TagClassName
{
border-color: #B3886B;
}
</style>