Shades of Medium Wood #B27860
Tints of Medium Wood #B27860
RGB
CMYK
RGB Variations
Color information
#B27860 (or 0xB27860) is known color: Medium Wood. HEX triplet: B2, 78 and 60. RGB value is (178,120,96). Sum of RGB (Red+Green+Blue) = 178+120+96=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 120 (47.27% from 255 or 30.46% from 394); Blue value is 96 (37.89% from 255 or 24.37% from 394); Max value from RGB is 178 - color contains mainly: red. Hex color #B27860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27860 is #4D879F. Grayscale: #868686. Windows color (decimal): -5080992 or 6322354. OLE color: 6322354.
HSL color Cylindrical-coordinate representation of color #B27860: hue angle of 17.56º 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 #B27860 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 120 | 96 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.30 |
| HSL | 17.56º | 0.35% | 0.54% | - |
| HSV(B) | 17.56º | 0.46% | 0.7% | - |
| XYZ | 27.19 | 23.74 | 14.22 | - |
| YUV | 134.61 | 106.22 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 120 | 96 | 0 | 0.33 | 0.46 | 0.30 | 17.56 | 0.35 | 0.54 |
| Hex | B2 | 78 | 60 | 0 | 21 | 2E | 1E | 12 | 23 | 36 |
| Octal | 262 | 170 | 140 | 0 | 41 | 56 | 36 | 22 | 43 | 66 |
| Binary | 10110010 | 1111000 | 1100000 | 0 | 100001 | 101110 | 11110 | 10010 | 100011 | 110110 |
Color Harmonies of #B27860
Complementary color
Monochromatic Colors of #B27860
Black with #B27860
Text Example
Text Example
White with #B27860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27860; }
p { color: rgb(178,120,96); }
H1.HeaderClassName
{
color: #B27860;
}
.AnyTagClassName
{
color: #B27860;
}
</style>
background-color css
<style>
a { background-color: #B27860; }
a { background-color: rgb(178,120,96); }
div.DivClassName
{
background-color: #B27860;
}
.BgClassName
{
background-color: #B27860;
}
</style>
border-color css
<style>
span { border-color: #B27860; }
span { border-color: rgb(178,120,96); }
td.TdClassName
{
border-color: #B27860;
}
.TagClassName
{
border-color: #B27860;
}
</style>