Shades of Medium Wood #B2855F
Tints of Medium Wood #B2855F
RGB
CMYK
RGB Variations
Color information
#B2855F (or 0xB2855F) is known color: Medium Wood. HEX triplet: B2, 85 and 5F. RGB value is (178,133,95). Sum of RGB (Red+Green+Blue) = 178+133+95=406 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.84% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 95 (37.5% from 255 or 23.40% from 406); Max value from RGB is 178 - color contains mainly: red. Hex color #B2855F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2855F is #4D7AA0. Grayscale: #8E8E8E. Windows color (decimal): -5077665 or 6260146. OLE color: 6260146.
HSL color Cylindrical-coordinate representation of color #B2855F: hue angle of 27.47º 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 #B2855F is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 133 | 95 | - |
| CMYK | 0 | 0.25 | 0.47 | 0.30 |
| HSL | 27.47º | 0.35% | 0.54% | - |
| HSV(B) | 27.47º | 0.47% | 0.7% | - |
| XYZ | 28.81 | 27.07 | 14.53 | - |
| YUV | 142.12 | 101.41 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 133 | 95 | 0 | 0.25 | 0.47 | 0.30 | 27.47 | 0.35 | 0.54 |
| Hex | B2 | 85 | 5F | 0 | 19 | 2F | 1E | 1B | 23 | 36 |
| Octal | 262 | 205 | 137 | 0 | 31 | 57 | 36 | 33 | 43 | 66 |
| Binary | 10110010 | 10000101 | 1011111 | 0 | 11001 | 101111 | 11110 | 11011 | 100011 | 110110 |
Color Harmonies of #B2855F
Complementary color
Monochromatic Colors of #B2855F
Black with #B2855F
Text Example
Text Example
White with #B2855F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2855F; }
p { color: rgb(178,133,95); }
H1.HeaderClassName
{
color: #B2855F;
}
.AnyTagClassName
{
color: #B2855F;
}
</style>
background-color css
<style>
a { background-color: #B2855F; }
a { background-color: rgb(178,133,95); }
div.DivClassName
{
background-color: #B2855F;
}
.BgClassName
{
background-color: #B2855F;
}
</style>
border-color css
<style>
span { border-color: #B2855F; }
span { border-color: rgb(178,133,95); }
td.TdClassName
{
border-color: #B2855F;
}
.TagClassName
{
border-color: #B2855F;
}
</style>