Shades of Medium Wood #B2845D
Tints of Medium Wood #B2845D
RGB
CMYK
RGB Variations
Color information
#B2845D (or 0xB2845D) is known color: Medium Wood. HEX triplet: B2, 84 and 5D. RGB value is (178,132,93). Sum of RGB (Red+Green+Blue) = 178+132+93=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 93 (36.72% from 255 or 23.08% from 403); Max value from RGB is 178 - color contains mainly: red. Hex color #B2845D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2845D is #4D7BA2. Grayscale: #8D8D8D. Windows color (decimal): -5077923 or 6128818. OLE color: 6128818.
HSL color Cylindrical-coordinate representation of color #B2845D: hue angle of 27.53º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B2845D is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 132 | 93 | - |
| CMYK | 0 | 0.26 | 0.48 | 0.30 |
| HSL | 27.53º | 0.36% | 0.53% | - |
| HSV(B) | 27.53º | 0.48% | 0.7% | - |
| XYZ | 28.59 | 26.76 | 14.01 | - |
| YUV | 141.31 | 100.74 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 132 | 93 | 0 | 0.26 | 0.48 | 0.30 | 27.53 | 0.36 | 0.53 |
| Hex | B2 | 84 | 5D | 0 | 1A | 30 | 1E | 1C | 24 | 35 |
| Octal | 262 | 204 | 135 | 0 | 32 | 60 | 36 | 34 | 44 | 65 |
| Binary | 10110010 | 10000100 | 1011101 | 0 | 11010 | 110000 | 11110 | 11100 | 100100 | 110101 |
Color Harmonies of #B2845D
Complementary color
Monochromatic Colors of #B2845D
Black with #B2845D
Text Example
Text Example
White with #B2845D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2845D; }
p { color: rgb(178,132,93); }
H1.HeaderClassName
{
color: #B2845D;
}
.AnyTagClassName
{
color: #B2845D;
}
</style>
background-color css
<style>
a { background-color: #B2845D; }
a { background-color: rgb(178,132,93); }
div.DivClassName
{
background-color: #B2845D;
}
.BgClassName
{
background-color: #B2845D;
}
</style>
border-color css
<style>
span { border-color: #B2845D; }
span { border-color: rgb(178,132,93); }
td.TdClassName
{
border-color: #B2845D;
}
.TagClassName
{
border-color: #B2845D;
}
</style>