Shades of Coral Tree #B56C60
Tints of Coral Tree #B56C60
RGB
CMYK
RGB Variations
Color information
#B56C60 (or 0xB56C60) is known color: Coral Tree. HEX triplet: B5, 6C and 60. RGB value is (181,108,96). Sum of RGB (Red+Green+Blue) = 181+108+96=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 96 (37.89% from 255 or 24.94% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B56C60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56C60 is #4A939F. Grayscale: #808080. Windows color (decimal): -4887456 or 6319285. OLE color: 6319285.
HSL color Cylindrical-coordinate representation of color #B56C60: hue angle of 8.47º 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 #B56C60 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 108 | 96 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.29 |
| HSL | 8.47º | 0.36% | 0.54% | - |
| HSV(B) | 8.47º | 0.47% | 0.71% | - |
| XYZ | 26.53 | 21.39 | 13.8 | - |
| YUV | 128.46 | 109.68 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 108 | 96 | 0 | 0.40 | 0.47 | 0.29 | 8.47 | 0.36 | 0.54 |
| Hex | B5 | 6C | 60 | 0 | 28 | 2F | 1D | 8 | 24 | 36 |
| Octal | 265 | 154 | 140 | 0 | 50 | 57 | 35 | 10 | 44 | 66 |
| Binary | 10110101 | 1101100 | 1100000 | 0 | 101000 | 101111 | 11101 | 1000 | 100100 | 110110 |
Color Harmonies of #B56C60
Complementary color
Monochromatic Colors of #B56C60
Black with #B56C60
Text Example
Text Example
White with #B56C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56C60; }
p { color: rgb(181,108,96); }
H1.HeaderClassName
{
color: #B56C60;
}
.AnyTagClassName
{
color: #B56C60;
}
</style>
background-color css
<style>
a { background-color: #B56C60; }
a { background-color: rgb(181,108,96); }
div.DivClassName
{
background-color: #B56C60;
}
.BgClassName
{
background-color: #B56C60;
}
</style>
border-color css
<style>
span { border-color: #B56C60; }
span { border-color: rgb(181,108,96); }
td.TdClassName
{
border-color: #B56C60;
}
.TagClassName
{
border-color: #B56C60;
}
</style>