Shades of Coral Tree #B56E6D
Tints of Coral Tree #B56E6D
RGB
CMYK
RGB Variations
Color information
#B56E6D (or 0xB56E6D) is known color: Coral Tree. HEX triplet: B5, 6E and 6D. RGB value is (181,110,109). Sum of RGB (Red+Green+Blue) = 181+110+109=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 110 (43.36% from 255 or 27.5% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 181 - color contains mainly: red. Hex color #B56E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56E6D is #4A9192. Grayscale: #838383. Windows color (decimal): -4886931 or 7171765. OLE color: 7171765.
HSL color Cylindrical-coordinate representation of color #B56E6D: hue angle of 0.83º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B56E6D is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 110 | 109 | - |
| CMYK | 0 | 0.39 | 0.40 | 0.29 |
| HSL | 0.83º | 0.33% | 0.57% | - |
| HSV(B) | 0.83º | 0.4% | 0.71% | - |
| XYZ | 27.39 | 22.08 | 17.29 | - |
| YUV | 131.12 | 115.52 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 110 | 109 | 0 | 0.39 | 0.40 | 0.29 | 0.83 | 0.33 | 0.57 |
| Hex | B5 | 6E | 6D | 0 | 27 | 28 | 1D | 1 | 21 | 39 |
| Octal | 265 | 156 | 155 | 0 | 47 | 50 | 35 | 1 | 41 | 71 |
| Binary | 10110101 | 1101110 | 1101101 | 0 | 100111 | 101000 | 11101 | 1 | 100001 | 111001 |
Color Harmonies of #B56E6D
Complementary color
Monochromatic Colors of #B56E6D
Black with #B56E6D
Text Example
Text Example
White with #B56E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56E6D; }
p { color: rgb(181,110,109); }
H1.HeaderClassName
{
color: #B56E6D;
}
.AnyTagClassName
{
color: #B56E6D;
}
</style>
background-color css
<style>
a { background-color: #B56E6D; }
a { background-color: rgb(181,110,109); }
div.DivClassName
{
background-color: #B56E6D;
}
.BgClassName
{
background-color: #B56E6D;
}
</style>
border-color css
<style>
span { border-color: #B56E6D; }
span { border-color: rgb(181,110,109); }
td.TdClassName
{
border-color: #B56E6D;
}
.TagClassName
{
border-color: #B56E6D;
}
</style>