Shades of Medium Wood #B7845F
Tints of Medium Wood #B7845F
RGB
CMYK
RGB Variations
Color information
#B7845F (or 0xB7845F) is known color: Medium Wood. HEX triplet: B7, 84 and 5F. RGB value is (183,132,95). Sum of RGB (Red+Green+Blue) = 183+132+95=410 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.63% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 95 (37.5% from 255 or 23.17% from 410); Max value from RGB is 183 - color contains mainly: red. Hex color #B7845F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7845F is #487BA0. Grayscale: #8F8F8F. Windows color (decimal): -4750241 or 6259895. OLE color: 6259895.
HSL color Cylindrical-coordinate representation of color #B7845F: hue angle of 25.23º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B7845F is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 132 | 95 | - |
| CMYK | 0 | 0.28 | 0.48 | 0.28 |
| HSL | 25.23º | 0.38% | 0.55% | - |
| HSV(B) | 25.23º | 0.48% | 0.72% | - |
| XYZ | 29.85 | 27.4 | 14.54 | - |
| YUV | 143.03 | 100.9 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 132 | 95 | 0 | 0.28 | 0.48 | 0.28 | 25.23 | 0.38 | 0.55 |
| Hex | B7 | 84 | 5F | 0 | 1C | 30 | 1C | 19 | 26 | 37 |
| Octal | 267 | 204 | 137 | 0 | 34 | 60 | 34 | 31 | 46 | 67 |
| Binary | 10110111 | 10000100 | 1011111 | 0 | 11100 | 110000 | 11100 | 11001 | 100110 | 110111 |
Color Harmonies of #B7845F
Complementary color
Monochromatic Colors of #B7845F
Black with #B7845F
Text Example
Text Example
White with #B7845F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7845F; }
p { color: rgb(183,132,95); }
H1.HeaderClassName
{
color: #B7845F;
}
.AnyTagClassName
{
color: #B7845F;
}
</style>
background-color css
<style>
a { background-color: #B7845F; }
a { background-color: rgb(183,132,95); }
div.DivClassName
{
background-color: #B7845F;
}
.BgClassName
{
background-color: #B7845F;
}
</style>
border-color css
<style>
span { border-color: #B7845F; }
span { border-color: rgb(183,132,95); }
td.TdClassName
{
border-color: #B7845F;
}
.TagClassName
{
border-color: #B7845F;
}
</style>