Shades of Coral Tree #B56860
Tints of Coral Tree #B56860
RGB
CMYK
RGB Variations
Color information
#B56860 (or 0xB56860) is known color: Coral Tree. HEX triplet: B5, 68 and 60. RGB value is (181,104,96). Sum of RGB (Red+Green+Blue) = 181+104+96=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 96 (37.89% from 255 or 25.20% from 381); Max value from RGB is 181 - color contains mainly: red. Hex color #B56860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56860 is #4A979F. Grayscale: #7E7E7E. Windows color (decimal): -4888480 or 6318261. OLE color: 6318261.
HSL color Cylindrical-coordinate representation of color #B56860: hue angle of 5.65º 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 #B56860 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 104 | 96 | - |
| CMYK | 0 | 0.43 | 0.47 | 0.29 |
| HSL | 5.65º | 0.36% | 0.54% | - |
| HSV(B) | 5.65º | 0.47% | 0.71% | - |
| XYZ | 26.12 | 20.57 | 13.66 | - |
| YUV | 126.11 | 111.01 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 104 | 96 | 0 | 0.43 | 0.47 | 0.29 | 5.65 | 0.36 | 0.54 |
| Hex | B5 | 68 | 60 | 0 | 2B | 2F | 1D | 6 | 24 | 36 |
| Octal | 265 | 150 | 140 | 0 | 53 | 57 | 35 | 6 | 44 | 66 |
| Binary | 10110101 | 1101000 | 1100000 | 0 | 101011 | 101111 | 11101 | 110 | 100100 | 110110 |
Color Harmonies of #B56860
Complementary color
Monochromatic Colors of #B56860
Black with #B56860
Text Example
Text Example
White with #B56860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56860; }
p { color: rgb(181,104,96); }
H1.HeaderClassName
{
color: #B56860;
}
.AnyTagClassName
{
color: #B56860;
}
</style>
background-color css
<style>
a { background-color: #B56860; }
a { background-color: rgb(181,104,96); }
div.DivClassName
{
background-color: #B56860;
}
.BgClassName
{
background-color: #B56860;
}
</style>
border-color css
<style>
span { border-color: #B56860; }
span { border-color: rgb(181,104,96); }
td.TdClassName
{
border-color: #B56860;
}
.TagClassName
{
border-color: #B56860;
}
</style>