Shades of Coral Tree #B37160
Tints of Coral Tree #B37160
RGB
CMYK
RGB Variations
Color information
#B37160 (or 0xB37160) is known color: Coral Tree. HEX triplet: B3, 71 and 60. RGB value is (179,113,96). Sum of RGB (Red+Green+Blue) = 179+113+96=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 96 (37.89% from 255 or 24.74% from 388); Max value from RGB is 179 - color contains mainly: red. Hex color #B37160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37160 is #4C8E9F. Grayscale: #828282. Windows color (decimal): -5017248 or 6320563. OLE color: 6320563.
HSL color Cylindrical-coordinate representation of color #B37160: hue angle of 12.29º 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 #B37160 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 113 | 96 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.30 |
| HSL | 12.29º | 0.35% | 0.54% | - |
| HSV(B) | 12.29º | 0.46% | 0.7% | - |
| XYZ | 26.61 | 22.24 | 13.96 | - |
| YUV | 130.8 | 108.37 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 113 | 96 | 0 | 0.37 | 0.46 | 0.30 | 12.29 | 0.35 | 0.54 |
| Hex | B3 | 71 | 60 | 0 | 25 | 2E | 1E | C | 23 | 36 |
| Octal | 263 | 161 | 140 | 0 | 45 | 56 | 36 | 14 | 43 | 66 |
| Binary | 10110011 | 1110001 | 1100000 | 0 | 100101 | 101110 | 11110 | 1100 | 100011 | 110110 |
Color Harmonies of #B37160
Complementary color
Monochromatic Colors of #B37160
Black with #B37160
Text Example
Text Example
White with #B37160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37160; }
p { color: rgb(179,113,96); }
H1.HeaderClassName
{
color: #B37160;
}
.AnyTagClassName
{
color: #B37160;
}
</style>
background-color css
<style>
a { background-color: #B37160; }
a { background-color: rgb(179,113,96); }
div.DivClassName
{
background-color: #B37160;
}
.BgClassName
{
background-color: #B37160;
}
</style>
border-color css
<style>
span { border-color: #B37160; }
span { border-color: rgb(179,113,96); }
td.TdClassName
{
border-color: #B37160;
}
.TagClassName
{
border-color: #B37160;
}
</style>