Shades of Coral Tree #B56D5E
Tints of Coral Tree #B56D5E
RGB
CMYK
RGB Variations
Color information
#B56D5E (or 0xB56D5E) is known color: Coral Tree. HEX triplet: B5, 6D and 5E. RGB value is (181,109,94). Sum of RGB (Red+Green+Blue) = 181+109+94=384 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.14% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 94 (37.11% from 255 or 24.48% from 384); Max value from RGB is 181 - color contains mainly: red. Hex color #B56D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56D5E is #4A92A1. Grayscale: #808080. Windows color (decimal): -4887202 or 6188469. OLE color: 6188469.
HSL color Cylindrical-coordinate representation of color #B56D5E: hue angle of 10.34º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B56D5E is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 109 | 94 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.29 |
| HSL | 10.34º | 0.37% | 0.54% | - |
| HSV(B) | 10.34º | 0.48% | 0.71% | - |
| XYZ | 26.55 | 21.57 | 13.35 | - |
| YUV | 128.82 | 108.35 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 109 | 94 | 0 | 0.40 | 0.48 | 0.29 | 10.34 | 0.37 | 0.54 |
| Hex | B5 | 6D | 5E | 0 | 28 | 30 | 1D | A | 25 | 36 |
| Octal | 265 | 155 | 136 | 0 | 50 | 60 | 35 | 12 | 45 | 66 |
| Binary | 10110101 | 1101101 | 1011110 | 0 | 101000 | 110000 | 11101 | 1010 | 100101 | 110110 |
Color Harmonies of #B56D5E
Complementary color
Monochromatic Colors of #B56D5E
Black with #B56D5E
Text Example
Text Example
White with #B56D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56D5E; }
p { color: rgb(181,109,94); }
H1.HeaderClassName
{
color: #B56D5E;
}
.AnyTagClassName
{
color: #B56D5E;
}
</style>
background-color css
<style>
a { background-color: #B56D5E; }
a { background-color: rgb(181,109,94); }
div.DivClassName
{
background-color: #B56D5E;
}
.BgClassName
{
background-color: #B56D5E;
}
</style>
border-color css
<style>
span { border-color: #B56D5E; }
span { border-color: rgb(181,109,94); }
td.TdClassName
{
border-color: #B56D5E;
}
.TagClassName
{
border-color: #B56D5E;
}
</style>