Shades of Medium Wood #B27E60
Tints of Medium Wood #B27E60
RGB
CMYK
RGB Variations
Color information
#B27E60 (or 0xB27E60) is known color: Medium Wood. HEX triplet: B2, 7E and 60. RGB value is (178,126,96). Sum of RGB (Red+Green+Blue) = 178+126+96=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 126 (49.61% from 255 or 31.5% from 400); Blue value is 96 (37.89% from 255 or 24% from 400); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27E60 is #4D819F. Grayscale: #8A8A8A. Windows color (decimal): -5079456 or 6323890. OLE color: 6323890.
HSL color Cylindrical-coordinate representation of color #B27E60: hue angle of 21.95º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B27E60 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 126 | 96 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.30 |
| HSL | 21.95º | 0.35% | 0.54% | - |
| HSV(B) | 21.95º | 0.46% | 0.7% | - |
| XYZ | 27.93 | 25.23 | 14.46 | - |
| YUV | 138.13 | 104.23 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 126 | 96 | 0 | 0.29 | 0.46 | 0.30 | 21.95 | 0.35 | 0.54 |
| Hex | B2 | 7E | 60 | 0 | 1D | 2E | 1E | 16 | 23 | 36 |
| Octal | 262 | 176 | 140 | 0 | 35 | 56 | 36 | 26 | 43 | 66 |
| Binary | 10110010 | 1111110 | 1100000 | 0 | 11101 | 101110 | 11110 | 10110 | 100011 | 110110 |
Color Harmonies of #B27E60
Complementary color
Monochromatic Colors of #B27E60
Black with #B27E60
Text Example
Text Example
White with #B27E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27E60; }
p { color: rgb(178,126,96); }
H1.HeaderClassName
{
color: #B27E60;
}
.AnyTagClassName
{
color: #B27E60;
}
</style>
background-color css
<style>
a { background-color: #B27E60; }
a { background-color: rgb(178,126,96); }
div.DivClassName
{
background-color: #B27E60;
}
.BgClassName
{
background-color: #B27E60;
}
</style>
border-color css
<style>
span { border-color: #B27E60; }
span { border-color: rgb(178,126,96); }
td.TdClassName
{
border-color: #B27E60;
}
.TagClassName
{
border-color: #B27E60;
}
</style>