Shades of Medium Wood #B7846A
Tints of Medium Wood #B7846A
RGB
CMYK
RGB Variations
Color information
#B7846A (or 0xB7846A) is known color: Medium Wood. HEX triplet: B7, 84 and 6A. RGB value is (183,132,106). Sum of RGB (Red+Green+Blue) = 183+132+106=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 132 (51.95% from 255 or 31.35% from 421); Blue value is 106 (41.80% from 255 or 25.18% from 421); Max value from RGB is 183 - color contains mainly: red. Hex color #B7846A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7846A is #487B95. Grayscale: #909090. Windows color (decimal): -4750230 or 6980791. OLE color: 6980791.
HSL color Cylindrical-coordinate representation of color #B7846A: hue angle of 20.26º 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 #B7846A is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 132 | 106 | - |
| CMYK | 0 | 0.28 | 0.42 | 0.28 |
| HSL | 20.26º | 0.35% | 0.57% | - |
| HSV(B) | 20.26º | 0.42% | 0.72% | - |
| XYZ | 30.38 | 27.61 | 17.36 | - |
| YUV | 144.29 | 106.4 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 132 | 106 | 0 | 0.28 | 0.42 | 0.28 | 20.26 | 0.35 | 0.57 |
| Hex | B7 | 84 | 6A | 0 | 1C | 2A | 1C | 14 | 23 | 39 |
| Octal | 267 | 204 | 152 | 0 | 34 | 52 | 34 | 24 | 43 | 71 |
| Binary | 10110111 | 10000100 | 1101010 | 0 | 11100 | 101010 | 11100 | 10100 | 100011 | 111001 |
Color Harmonies of #B7846A
Complementary color
Monochromatic Colors of #B7846A
Black with #B7846A
Text Example
Text Example
White with #B7846A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7846A; }
p { color: rgb(183,132,106); }
H1.HeaderClassName
{
color: #B7846A;
}
.AnyTagClassName
{
color: #B7846A;
}
</style>
background-color css
<style>
a { background-color: #B7846A; }
a { background-color: rgb(183,132,106); }
div.DivClassName
{
background-color: #B7846A;
}
.BgClassName
{
background-color: #B7846A;
}
</style>
border-color css
<style>
span { border-color: #B7846A; }
span { border-color: rgb(183,132,106); }
td.TdClassName
{
border-color: #B7846A;
}
.TagClassName
{
border-color: #B7846A;
}
</style>