Shades of Coral Tree #B47670
Tints of Coral Tree #B47670
RGB
CMYK
RGB Variations
Color information
#B47670 (or 0xB47670) is known color: Coral Tree. HEX triplet: B4, 76 and 70. RGB value is (180,118,112). Sum of RGB (Red+Green+Blue) = 180+118+112=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 180 - color contains mainly: red. Hex color #B47670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47670 is #4B898F. Grayscale: #878787. Windows color (decimal): -4950416 or 7370420. OLE color: 7370420.
HSL color Cylindrical-coordinate representation of color #B47670: hue angle of 5.29º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B47670 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 118 | 112 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.29 |
| HSL | 5.29º | 0.31% | 0.57% | - |
| HSV(B) | 5.29º | 0.38% | 0.71% | - |
| XYZ | 28.23 | 23.83 | 18.44 | - |
| YUV | 135.85 | 114.54 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 118 | 112 | 0 | 0.34 | 0.38 | 0.29 | 5.29 | 0.31 | 0.57 |
| Hex | B4 | 76 | 70 | 0 | 22 | 26 | 1D | 5 | 1F | 39 |
| Octal | 264 | 166 | 160 | 0 | 42 | 46 | 35 | 5 | 37 | 71 |
| Binary | 10110100 | 1110110 | 1110000 | 0 | 100010 | 100110 | 11101 | 101 | 11111 | 111001 |
Color Harmonies of #B47670
Complementary color
Monochromatic Colors of #B47670
Black with #B47670
Text Example
Text Example
White with #B47670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47670; }
p { color: rgb(180,118,112); }
H1.HeaderClassName
{
color: #B47670;
}
.AnyTagClassName
{
color: #B47670;
}
</style>
background-color css
<style>
a { background-color: #B47670; }
a { background-color: rgb(180,118,112); }
div.DivClassName
{
background-color: #B47670;
}
.BgClassName
{
background-color: #B47670;
}
</style>
border-color css
<style>
span { border-color: #B47670; }
span { border-color: rgb(180,118,112); }
td.TdClassName
{
border-color: #B47670;
}
.TagClassName
{
border-color: #B47670;
}
</style>