Shades of Coral Tree #B37060
Tints of Coral Tree #B37060
RGB
CMYK
RGB Variations
Color information
#B37060 (or 0xB37060) is known color: Coral Tree. HEX triplet: B3, 70 and 60. RGB value is (179,112,96). Sum of RGB (Red+Green+Blue) = 179+112+96=387 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.25% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 179 - color contains mainly: red. Hex color #B37060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37060 is #4C8F9F. Grayscale: #828282. Windows color (decimal): -5017504 or 6320307. OLE color: 6320307.
HSL color Cylindrical-coordinate representation of color #B37060: hue angle of 11.57º 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 #B37060 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 112 | 96 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.30 |
| HSL | 11.57º | 0.35% | 0.54% | - |
| HSV(B) | 11.57º | 0.46% | 0.7% | - |
| XYZ | 26.5 | 22.02 | 13.92 | - |
| YUV | 130.21 | 108.7 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 112 | 96 | 0 | 0.37 | 0.46 | 0.30 | 11.57 | 0.35 | 0.54 |
| Hex | B3 | 70 | 60 | 0 | 25 | 2E | 1E | C | 23 | 36 |
| Octal | 263 | 160 | 140 | 0 | 45 | 56 | 36 | 14 | 43 | 66 |
| Binary | 10110011 | 1110000 | 1100000 | 0 | 100101 | 101110 | 11110 | 1100 | 100011 | 110110 |
Color Harmonies of #B37060
Complementary color
Monochromatic Colors of #B37060
Black with #B37060
Text Example
Text Example
White with #B37060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37060; }
p { color: rgb(179,112,96); }
H1.HeaderClassName
{
color: #B37060;
}
.AnyTagClassName
{
color: #B37060;
}
</style>
background-color css
<style>
a { background-color: #B37060; }
a { background-color: rgb(179,112,96); }
div.DivClassName
{
background-color: #B37060;
}
.BgClassName
{
background-color: #B37060;
}
</style>
border-color css
<style>
span { border-color: #B37060; }
span { border-color: rgb(179,112,96); }
td.TdClassName
{
border-color: #B37060;
}
.TagClassName
{
border-color: #B37060;
}
</style>