Shades of Medium Wood #B2875F
Tints of Medium Wood #B2875F
RGB
CMYK
RGB Variations
Color information
#B2875F (or 0xB2875F) is known color: Medium Wood. HEX triplet: B2, 87 and 5F. RGB value is (178,135,95). Sum of RGB (Red+Green+Blue) = 178+135+95=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 135 (53.12% from 255 or 33.09% from 408); Blue value is 95 (37.5% from 255 or 23.28% from 408); Max value from RGB is 178 - color contains mainly: red. Hex color #B2875F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2875F is #4D78A0. Grayscale: #8F8F8F. Windows color (decimal): -5077153 or 6260658. OLE color: 6260658.
HSL color Cylindrical-coordinate representation of color #B2875F: hue angle of 28.92º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B2875F is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 135 | 95 | - |
| CMYK | 0 | 0.24 | 0.47 | 0.30 |
| HSL | 28.92º | 0.35% | 0.54% | - |
| HSV(B) | 28.92º | 0.47% | 0.7% | - |
| XYZ | 29.09 | 27.62 | 14.62 | - |
| YUV | 143.3 | 100.75 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 135 | 95 | 0 | 0.24 | 0.47 | 0.30 | 28.92 | 0.35 | 0.54 |
| Hex | B2 | 87 | 5F | 0 | 18 | 2F | 1E | 1D | 23 | 36 |
| Octal | 262 | 207 | 137 | 0 | 30 | 57 | 36 | 35 | 43 | 66 |
| Binary | 10110010 | 10000111 | 1011111 | 0 | 11000 | 101111 | 11110 | 11101 | 100011 | 110110 |
Color Harmonies of #B2875F
Complementary color
Monochromatic Colors of #B2875F
Black with #B2875F
Text Example
Text Example
White with #B2875F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2875F; }
p { color: rgb(178,135,95); }
H1.HeaderClassName
{
color: #B2875F;
}
.AnyTagClassName
{
color: #B2875F;
}
</style>
background-color css
<style>
a { background-color: #B2875F; }
a { background-color: rgb(178,135,95); }
div.DivClassName
{
background-color: #B2875F;
}
.BgClassName
{
background-color: #B2875F;
}
</style>
border-color css
<style>
span { border-color: #B2875F; }
span { border-color: rgb(178,135,95); }
td.TdClassName
{
border-color: #B2875F;
}
.TagClassName
{
border-color: #B2875F;
}
</style>