Shades of Medium Wood #B7896A
Tints of Medium Wood #B7896A
RGB
CMYK
RGB Variations
Color information
#B7896A (or 0xB7896A) is known color: Medium Wood. HEX triplet: B7, 89 and 6A. RGB value is (183,137,106). Sum of RGB (Red+Green+Blue) = 183+137+106=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 106 (41.80% from 255 or 24.88% from 426); Max value from RGB is 183 - color contains mainly: red. Hex color #B7896A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7896A is #487695. Grayscale: #939393. Windows color (decimal): -4748950 or 6982071. OLE color: 6982071.
HSL color Cylindrical-coordinate representation of color #B7896A: hue angle of 24.16º 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 #B7896A is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 137 | 106 | - |
| CMYK | 0 | 0.25 | 0.42 | 0.28 |
| HSL | 24.16º | 0.35% | 0.57% | - |
| HSV(B) | 24.16º | 0.42% | 0.72% | - |
| XYZ | 31.08 | 29 | 17.6 | - |
| YUV | 147.22 | 104.74 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 137 | 106 | 0 | 0.25 | 0.42 | 0.28 | 24.16 | 0.35 | 0.57 |
| Hex | B7 | 89 | 6A | 0 | 19 | 2A | 1C | 18 | 23 | 39 |
| Octal | 267 | 211 | 152 | 0 | 31 | 52 | 34 | 30 | 43 | 71 |
| Binary | 10110111 | 10001001 | 1101010 | 0 | 11001 | 101010 | 11100 | 11000 | 100011 | 111001 |
Color Harmonies of #B7896A
Complementary color
Monochromatic Colors of #B7896A
Black with #B7896A
Text Example
Text Example
White with #B7896A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7896A; }
p { color: rgb(183,137,106); }
H1.HeaderClassName
{
color: #B7896A;
}
.AnyTagClassName
{
color: #B7896A;
}
</style>
background-color css
<style>
a { background-color: #B7896A; }
a { background-color: rgb(183,137,106); }
div.DivClassName
{
background-color: #B7896A;
}
.BgClassName
{
background-color: #B7896A;
}
</style>
border-color css
<style>
span { border-color: #B7896A; }
span { border-color: rgb(183,137,106); }
td.TdClassName
{
border-color: #B7896A;
}
.TagClassName
{
border-color: #B7896A;
}
</style>