Shades of Coral Tree #B56464
Tints of Coral Tree #B56464
RGB
CMYK
RGB Variations
Color information
#B56464 (or 0xB56464) is known color: Coral Tree. HEX triplet: B5, 64 and 64. RGB value is (181,100,100). Sum of RGB (Red+Green+Blue) = 181+100+100=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 100 (39.45% from 255 or 26.25% from 381); Max value from RGB is 181 - color contains mainly: red. Hex color #B56464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56464 is #4A9B9B. Grayscale: #7C7C7C. Windows color (decimal): -4889500 or 6579381. OLE color: 6579381.
HSL color Cylindrical-coordinate representation of color #B56464: hue angle of 0º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B56464 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 100 | 100 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.29 |
| HSL | 0º | 0.35% | 0.55% | - |
| HSV(B) | 0º | 0.45% | 0.71% | - |
| XYZ | 25.91 | 19.86 | 14.52 | - |
| YUV | 124.22 | 114.34 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 100 | 100 | 0 | 0.45 | 0.45 | 0.29 | 0 | 0.35 | 0.55 |
| Hex | B5 | 64 | 64 | 0 | 2D | 2D | 1D | 0 | 23 | 37 |
| Octal | 265 | 144 | 144 | 0 | 55 | 55 | 35 | 0 | 43 | 67 |
| Binary | 10110101 | 1100100 | 1100100 | 0 | 101101 | 101101 | 11101 | 0 | 100011 | 110111 |
Color Harmonies of #B56464
Complementary color
Monochromatic Colors of #B56464
Black with #B56464
Text Example
Text Example
White with #B56464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56464; }
p { color: rgb(181,100,100); }
H1.HeaderClassName
{
color: #B56464;
}
.AnyTagClassName
{
color: #B56464;
}
</style>
background-color css
<style>
a { background-color: #B56464; }
a { background-color: rgb(181,100,100); }
div.DivClassName
{
background-color: #B56464;
}
.BgClassName
{
background-color: #B56464;
}
</style>
border-color css
<style>
span { border-color: #B56464; }
span { border-color: rgb(181,100,100); }
td.TdClassName
{
border-color: #B56464;
}
.TagClassName
{
border-color: #B56464;
}
</style>