Shades of Coral Tree #B47760
Tints of Coral Tree #B47760
RGB
CMYK
RGB Variations
Color information
#B47760 (or 0xB47760) is known color: Coral Tree. HEX triplet: B4, 77 and 60. RGB value is (180,119,96). Sum of RGB (Red+Green+Blue) = 180+119+96=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 96 (37.89% from 255 or 24.30% from 395); Max value from RGB is 180 - color contains mainly: red. Hex color #B47760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47760 is #4B889F. Grayscale: #868686. Windows color (decimal): -4950176 or 6322100. OLE color: 6322100.
HSL color Cylindrical-coordinate representation of color #B47760: hue angle of 16.43º 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 #B47760 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 119 | 96 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.29 |
| HSL | 16.43º | 0.36% | 0.54% | - |
| HSV(B) | 16.43º | 0.47% | 0.71% | - |
| XYZ | 27.53 | 23.74 | 14.2 | - |
| YUV | 134.62 | 106.21 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 119 | 96 | 0 | 0.34 | 0.47 | 0.29 | 16.43 | 0.36 | 0.54 |
| Hex | B4 | 77 | 60 | 0 | 22 | 2F | 1D | 10 | 24 | 36 |
| Octal | 264 | 167 | 140 | 0 | 42 | 57 | 35 | 20 | 44 | 66 |
| Binary | 10110100 | 1110111 | 1100000 | 0 | 100010 | 101111 | 11101 | 10000 | 100100 | 110110 |
Color Harmonies of #B47760
Complementary color
Monochromatic Colors of #B47760
Black with #B47760
Text Example
Text Example
White with #B47760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47760; }
p { color: rgb(180,119,96); }
H1.HeaderClassName
{
color: #B47760;
}
.AnyTagClassName
{
color: #B47760;
}
</style>
background-color css
<style>
a { background-color: #B47760; }
a { background-color: rgb(180,119,96); }
div.DivClassName
{
background-color: #B47760;
}
.BgClassName
{
background-color: #B47760;
}
</style>
border-color css
<style>
span { border-color: #B47760; }
span { border-color: rgb(180,119,96); }
td.TdClassName
{
border-color: #B47760;
}
.TagClassName
{
border-color: #B47760;
}
</style>