Shades of Coral Tree #B56865
Tints of Coral Tree #B56865
RGB
CMYK
RGB Variations
Color information
#B56865 (or 0xB56865) is known color: Coral Tree. HEX triplet: B5, 68 and 65. RGB value is (181,104,101). Sum of RGB (Red+Green+Blue) = 181+104+101=386 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.89% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 101 (39.84% from 255 or 26.17% from 386); Max value from RGB is 181 - color contains mainly: red. Hex color #B56865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56865 is #4A979A. Grayscale: #7E7E7E. Windows color (decimal): -4888475 or 6645941. OLE color: 6645941.
HSL color Cylindrical-coordinate representation of color #B56865: hue angle of 2.25º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B56865 is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 104 | 101 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.29 |
| HSL | 2.25º | 0.35% | 0.55% | - |
| HSV(B) | 2.25º | 0.44% | 0.71% | - |
| XYZ | 26.36 | 20.66 | 14.91 | - |
| YUV | 126.68 | 113.51 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 104 | 101 | 0 | 0.43 | 0.44 | 0.29 | 2.25 | 0.35 | 0.55 |
| Hex | B5 | 68 | 65 | 0 | 2B | 2C | 1D | 2 | 23 | 37 |
| Octal | 265 | 150 | 145 | 0 | 53 | 54 | 35 | 2 | 43 | 67 |
| Binary | 10110101 | 1101000 | 1100101 | 0 | 101011 | 101100 | 11101 | 10 | 100011 | 110111 |
Color Harmonies of #B56865
Complementary color
Monochromatic Colors of #B56865
Black with #B56865
Text Example
Text Example
White with #B56865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56865; }
p { color: rgb(181,104,101); }
H1.HeaderClassName
{
color: #B56865;
}
.AnyTagClassName
{
color: #B56865;
}
</style>
background-color css
<style>
a { background-color: #B56865; }
a { background-color: rgb(181,104,101); }
div.DivClassName
{
background-color: #B56865;
}
.BgClassName
{
background-color: #B56865;
}
</style>
border-color css
<style>
span { border-color: #B56865; }
span { border-color: rgb(181,104,101); }
td.TdClassName
{
border-color: #B56865;
}
.TagClassName
{
border-color: #B56865;
}
</style>