Shades of Coral Tree #B47460
Tints of Coral Tree #B47460
RGB
CMYK
RGB Variations
Color information
#B47460 (or 0xB47460) is known color: Coral Tree. HEX triplet: B4, 74 and 60. RGB value is (180,116,96). Sum of RGB (Red+Green+Blue) = 180+116+96=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 116 (45.70% from 255 or 29.59% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 180 - color contains mainly: red. Hex color #B47460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47460 is #4B8B9F. Grayscale: #858585. Windows color (decimal): -4950944 or 6321332. OLE color: 6321332.
HSL color Cylindrical-coordinate representation of color #B47460: hue angle of 14.29º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B47460 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 116 | 96 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.29 |
| HSL | 14.29º | 0.36% | 0.54% | - |
| HSV(B) | 14.29º | 0.47% | 0.71% | - |
| XYZ | 27.18 | 23.04 | 14.08 | - |
| YUV | 132.86 | 107.2 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 116 | 96 | 0 | 0.36 | 0.47 | 0.29 | 14.29 | 0.36 | 0.54 |
| Hex | B4 | 74 | 60 | 0 | 24 | 2F | 1D | E | 24 | 36 |
| Octal | 264 | 164 | 140 | 0 | 44 | 57 | 35 | 16 | 44 | 66 |
| Binary | 10110100 | 1110100 | 1100000 | 0 | 100100 | 101111 | 11101 | 1110 | 100100 | 110110 |
Color Harmonies of #B47460
Complementary color
Monochromatic Colors of #B47460
Black with #B47460
Text Example
Text Example
White with #B47460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47460; }
p { color: rgb(180,116,96); }
H1.HeaderClassName
{
color: #B47460;
}
.AnyTagClassName
{
color: #B47460;
}
</style>
background-color css
<style>
a { background-color: #B47460; }
a { background-color: rgb(180,116,96); }
div.DivClassName
{
background-color: #B47460;
}
.BgClassName
{
background-color: #B47460;
}
</style>
border-color css
<style>
span { border-color: #B47460; }
span { border-color: rgb(180,116,96); }
td.TdClassName
{
border-color: #B47460;
}
.TagClassName
{
border-color: #B47460;
}
</style>