Shades of Medium Wood #B7886B
Tints of Medium Wood #B7886B
RGB
CMYK
RGB Variations
Color information
#B7886B (or 0xB7886B) is known color: Medium Wood. HEX triplet: B7, 88 and 6B. RGB value is (183,136,107). Sum of RGB (Red+Green+Blue) = 183+136+107=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 136 (53.52% from 255 or 31.92% from 426); Blue value is 107 (42.19% from 255 or 25.12% from 426); Max value from RGB is 183 - color contains mainly: red. Hex color #B7886B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7886B is #487794. Grayscale: #929292. Windows color (decimal): -4749205 or 7047351. OLE color: 7047351.
HSL color Cylindrical-coordinate representation of color #B7886B: hue angle of 22.89º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B7886B is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 136 | 107 | - |
| CMYK | 0 | 0.26 | 0.42 | 0.28 |
| HSL | 22.89º | 0.35% | 0.57% | - |
| HSV(B) | 22.89º | 0.42% | 0.72% | - |
| XYZ | 30.99 | 28.74 | 17.82 | - |
| YUV | 146.75 | 105.57 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 136 | 107 | 0 | 0.26 | 0.42 | 0.28 | 22.89 | 0.35 | 0.57 |
| Hex | B7 | 88 | 6B | 0 | 1A | 2A | 1C | 17 | 23 | 39 |
| Octal | 267 | 210 | 153 | 0 | 32 | 52 | 34 | 27 | 43 | 71 |
| Binary | 10110111 | 10001000 | 1101011 | 0 | 11010 | 101010 | 11100 | 10111 | 100011 | 111001 |
Color Harmonies of #B7886B
Complementary color
Monochromatic Colors of #B7886B
Black with #B7886B
Text Example
Text Example
White with #B7886B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7886B; }
p { color: rgb(183,136,107); }
H1.HeaderClassName
{
color: #B7886B;
}
.AnyTagClassName
{
color: #B7886B;
}
</style>
background-color css
<style>
a { background-color: #B7886B; }
a { background-color: rgb(183,136,107); }
div.DivClassName
{
background-color: #B7886B;
}
.BgClassName
{
background-color: #B7886B;
}
</style>
border-color css
<style>
span { border-color: #B7886B; }
span { border-color: rgb(183,136,107); }
td.TdClassName
{
border-color: #B7886B;
}
.TagClassName
{
border-color: #B7886B;
}
</style>