Shades of Coral Tree #B56E64
Tints of Coral Tree #B56E64
RGB
CMYK
RGB Variations
Color information
#B56E64 (or 0xB56E64) is known color: Coral Tree. HEX triplet: B5, 6E and 64. RGB value is (181,110,100). Sum of RGB (Red+Green+Blue) = 181+110+100=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 110 (43.36% from 255 or 28.13% from 391); Blue value is 100 (39.45% from 255 or 25.58% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B56E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56E64 is #4A919B. Grayscale: #828282. Windows color (decimal): -4886940 or 6581941. OLE color: 6581941.
HSL color Cylindrical-coordinate representation of color #B56E64: hue angle of 7.41º 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 #B56E64 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 110 | 100 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.29 |
| HSL | 7.41º | 0.35% | 0.55% | - |
| HSV(B) | 7.41º | 0.45% | 0.71% | - |
| XYZ | 26.93 | 21.9 | 14.86 | - |
| YUV | 130.09 | 111.02 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 110 | 100 | 0 | 0.39 | 0.45 | 0.29 | 7.41 | 0.35 | 0.55 |
| Hex | B5 | 6E | 64 | 0 | 27 | 2D | 1D | 7 | 23 | 37 |
| Octal | 265 | 156 | 144 | 0 | 47 | 55 | 35 | 7 | 43 | 67 |
| Binary | 10110101 | 1101110 | 1100100 | 0 | 100111 | 101101 | 11101 | 111 | 100011 | 110111 |
Color Harmonies of #B56E64
Complementary color
Monochromatic Colors of #B56E64
Black with #B56E64
Text Example
Text Example
White with #B56E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56E64; }
p { color: rgb(181,110,100); }
H1.HeaderClassName
{
color: #B56E64;
}
.AnyTagClassName
{
color: #B56E64;
}
</style>
background-color css
<style>
a { background-color: #B56E64; }
a { background-color: rgb(181,110,100); }
div.DivClassName
{
background-color: #B56E64;
}
.BgClassName
{
background-color: #B56E64;
}
</style>
border-color css
<style>
span { border-color: #B56E64; }
span { border-color: rgb(181,110,100); }
td.TdClassName
{
border-color: #B56E64;
}
.TagClassName
{
border-color: #B56E64;
}
</style>