Shades of Coral Tree #B47062
Tints of Coral Tree #B47062
RGB
CMYK
RGB Variations
Color information
#B47062 (or 0xB47062) is known color: Coral Tree. HEX triplet: B4, 70 and 62. RGB value is (180,112,98). Sum of RGB (Red+Green+Blue) = 180+112+98=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 98 (38.67% from 255 or 25.13% from 390); Max value from RGB is 180 - color contains mainly: red. Hex color #B47062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47062 is #4B8F9D. Grayscale: #828282. Windows color (decimal): -4951966 or 6451380. OLE color: 6451380.
HSL color Cylindrical-coordinate representation of color #B47062: hue angle of 10.24º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B47062 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 112 | 98 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.29 |
| HSL | 10.24º | 0.35% | 0.55% | - |
| HSV(B) | 10.24º | 0.46% | 0.71% | - |
| XYZ | 26.82 | 22.17 | 14.42 | - |
| YUV | 130.74 | 109.53 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 112 | 98 | 0 | 0.38 | 0.46 | 0.29 | 10.24 | 0.35 | 0.55 |
| Hex | B4 | 70 | 62 | 0 | 26 | 2E | 1D | A | 23 | 37 |
| Octal | 264 | 160 | 142 | 0 | 46 | 56 | 35 | 12 | 43 | 67 |
| Binary | 10110100 | 1110000 | 1100010 | 0 | 100110 | 101110 | 11101 | 1010 | 100011 | 110111 |
Color Harmonies of #B47062
Complementary color
Monochromatic Colors of #B47062
Black with #B47062
Text Example
Text Example
White with #B47062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47062; }
p { color: rgb(180,112,98); }
H1.HeaderClassName
{
color: #B47062;
}
.AnyTagClassName
{
color: #B47062;
}
</style>
background-color css
<style>
a { background-color: #B47062; }
a { background-color: rgb(180,112,98); }
div.DivClassName
{
background-color: #B47062;
}
.BgClassName
{
background-color: #B47062;
}
</style>
border-color css
<style>
span { border-color: #B47062; }
span { border-color: rgb(180,112,98); }
td.TdClassName
{
border-color: #B47062;
}
.TagClassName
{
border-color: #B47062;
}
</style>