Shades of Coral Tree #B56C64
Tints of Coral Tree #B56C64
RGB
CMYK
RGB Variations
Color information
#B56C64 (or 0xB56C64) is known color: Coral Tree. HEX triplet: B5, 6C and 64. RGB value is (181,108,100). Sum of RGB (Red+Green+Blue) = 181+108+100=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 108 (42.58% from 255 or 27.76% from 389); Blue value is 100 (39.45% from 255 or 25.71% from 389); Max value from RGB is 181 - color contains mainly: red. Hex color #B56C64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56C64 is #4A939B. Grayscale: #818181. Windows color (decimal): -4887452 or 6581429. OLE color: 6581429.
HSL color Cylindrical-coordinate representation of color #B56C64: hue angle of 5.93º 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 #B56C64 is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 108 | 100 | - |
| CMYK | 0 | 0.40 | 0.45 | 0.29 |
| HSL | 5.93º | 0.35% | 0.55% | - |
| HSV(B) | 5.93º | 0.45% | 0.71% | - |
| XYZ | 26.72 | 21.47 | 14.79 | - |
| YUV | 128.92 | 111.68 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 108 | 100 | 0 | 0.40 | 0.45 | 0.29 | 5.93 | 0.35 | 0.55 |
| Hex | B5 | 6C | 64 | 0 | 28 | 2D | 1D | 6 | 23 | 37 |
| Octal | 265 | 154 | 144 | 0 | 50 | 55 | 35 | 6 | 43 | 67 |
| Binary | 10110101 | 1101100 | 1100100 | 0 | 101000 | 101101 | 11101 | 110 | 100011 | 110111 |
Color Harmonies of #B56C64
Complementary color
Monochromatic Colors of #B56C64
Black with #B56C64
Text Example
Text Example
White with #B56C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56C64; }
p { color: rgb(181,108,100); }
H1.HeaderClassName
{
color: #B56C64;
}
.AnyTagClassName
{
color: #B56C64;
}
</style>
background-color css
<style>
a { background-color: #B56C64; }
a { background-color: rgb(181,108,100); }
div.DivClassName
{
background-color: #B56C64;
}
.BgClassName
{
background-color: #B56C64;
}
</style>
border-color css
<style>
span { border-color: #B56C64; }
span { border-color: rgb(181,108,100); }
td.TdClassName
{
border-color: #B56C64;
}
.TagClassName
{
border-color: #B56C64;
}
</style>