Shades of Medium Wood #B27E57
Tints of Medium Wood #B27E57
RGB
CMYK
RGB Variations
Color information
#B27E57 (or 0xB27E57) is known color: Medium Wood. HEX triplet: B2, 7E and 57. RGB value is (178,126,87). Sum of RGB (Red+Green+Blue) = 178+126+87=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 126 (49.61% from 255 or 32.23% from 391); Blue value is 87 (34.38% from 255 or 22.25% from 391); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27E57 is #4D81A8. Grayscale: #898989. Windows color (decimal): -5079465 or 5734066. OLE color: 5734066.
HSL color Cylindrical-coordinate representation of color #B27E57: hue angle of 25.71º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B27E57 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 126 | 87 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.30 |
| HSL | 25.71º | 0.37% | 0.52% | - |
| HSV(B) | 25.71º | 0.51% | 0.7% | - |
| XYZ | 27.54 | 25.07 | 12.41 | - |
| YUV | 137.1 | 99.73 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 126 | 87 | 0 | 0.29 | 0.51 | 0.30 | 25.71 | 0.37 | 0.52 |
| Hex | B2 | 7E | 57 | 0 | 1D | 33 | 1E | 1A | 25 | 34 |
| Octal | 262 | 176 | 127 | 0 | 35 | 63 | 36 | 32 | 45 | 64 |
| Binary | 10110010 | 1111110 | 1010111 | 0 | 11101 | 110011 | 11110 | 11010 | 100101 | 110100 |
Color Harmonies of #B27E57
Complementary color
Monochromatic Colors of #B27E57
Black with #B27E57
Text Example
Text Example
White with #B27E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27E57; }
p { color: rgb(178,126,87); }
H1.HeaderClassName
{
color: #B27E57;
}
.AnyTagClassName
{
color: #B27E57;
}
</style>
background-color css
<style>
a { background-color: #B27E57; }
a { background-color: rgb(178,126,87); }
div.DivClassName
{
background-color: #B27E57;
}
.BgClassName
{
background-color: #B27E57;
}
</style>
border-color css
<style>
span { border-color: #B27E57; }
span { border-color: rgb(178,126,87); }
td.TdClassName
{
border-color: #B27E57;
}
.TagClassName
{
border-color: #B27E57;
}
</style>