Shades of Coral Tree #B56D6D
Tints of Coral Tree #B56D6D
RGB
CMYK
RGB Variations
Color information
#B56D6D (or 0xB56D6D) is known color: Coral Tree. HEX triplet: B5, 6D and 6D. RGB value is (181,109,109). Sum of RGB (Red+Green+Blue) = 181+109+109=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 109 (42.97% from 255 or 27.32% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 181 - color contains mainly: red. Hex color #B56D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56D6D is #4A9292. Grayscale: #828282. Windows color (decimal): -4887187 or 7171509. OLE color: 7171509.
HSL color Cylindrical-coordinate representation of color #B56D6D: hue angle of 0º 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 #B56D6D is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 109 | 109 | - |
| CMYK | 0 | 0.40 | 0.40 | 0.29 |
| HSL | 0º | 0.33% | 0.57% | - |
| HSV(B) | 0º | 0.4% | 0.71% | - |
| XYZ | 27.29 | 21.87 | 17.25 | - |
| YUV | 130.53 | 115.85 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 109 | 109 | 0 | 0.40 | 0.40 | 0.29 | 0 | 0.33 | 0.57 |
| Hex | B5 | 6D | 6D | 0 | 28 | 28 | 1D | 0 | 21 | 39 |
| Octal | 265 | 155 | 155 | 0 | 50 | 50 | 35 | 0 | 41 | 71 |
| Binary | 10110101 | 1101101 | 1101101 | 0 | 101000 | 101000 | 11101 | 0 | 100001 | 111001 |
Color Harmonies of #B56D6D
Complementary color
Monochromatic Colors of #B56D6D
Black with #B56D6D
Text Example
Text Example
White with #B56D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56D6D; }
p { color: rgb(181,109,109); }
H1.HeaderClassName
{
color: #B56D6D;
}
.AnyTagClassName
{
color: #B56D6D;
}
</style>
background-color css
<style>
a { background-color: #B56D6D; }
a { background-color: rgb(181,109,109); }
div.DivClassName
{
background-color: #B56D6D;
}
.BgClassName
{
background-color: #B56D6D;
}
</style>
border-color css
<style>
span { border-color: #B56D6D; }
span { border-color: rgb(181,109,109); }
td.TdClassName
{
border-color: #B56D6D;
}
.TagClassName
{
border-color: #B56D6D;
}
</style>