Shades of Coral Tree #B57570
Tints of Coral Tree #B57570
RGB
CMYK
RGB Variations
Color information
#B57570 (or 0xB57570) is known color: Coral Tree. HEX triplet: B5, 75 and 70. RGB value is (181,117,112). Sum of RGB (Red+Green+Blue) = 181+117+112=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 181 - color contains mainly: red. Hex color #B57570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57570 is #4A8A8F. Grayscale: #878787. Windows color (decimal): -4885136 or 7370165. OLE color: 7370165.
HSL color Cylindrical-coordinate representation of color #B57570: hue angle of 4.35º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B57570 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 117 | 112 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.29 |
| HSL | 4.35º | 0.32% | 0.57% | - |
| HSV(B) | 4.35º | 0.38% | 0.71% | - |
| XYZ | 28.34 | 23.72 | 18.41 | - |
| YUV | 135.57 | 114.7 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 117 | 112 | 0 | 0.35 | 0.38 | 0.29 | 4.35 | 0.32 | 0.57 |
| Hex | B5 | 75 | 70 | 0 | 23 | 26 | 1D | 4 | 20 | 39 |
| Octal | 265 | 165 | 160 | 0 | 43 | 46 | 35 | 4 | 40 | 71 |
| Binary | 10110101 | 1110101 | 1110000 | 0 | 100011 | 100110 | 11101 | 100 | 100000 | 111001 |
Color Harmonies of #B57570
Complementary color
Monochromatic Colors of #B57570
Black with #B57570
Text Example
Text Example
White with #B57570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57570; }
p { color: rgb(181,117,112); }
H1.HeaderClassName
{
color: #B57570;
}
.AnyTagClassName
{
color: #B57570;
}
</style>
background-color css
<style>
a { background-color: #B57570; }
a { background-color: rgb(181,117,112); }
div.DivClassName
{
background-color: #B57570;
}
.BgClassName
{
background-color: #B57570;
}
</style>
border-color css
<style>
span { border-color: #B57570; }
span { border-color: rgb(181,117,112); }
td.TdClassName
{
border-color: #B57570;
}
.TagClassName
{
border-color: #B57570;
}
</style>