Shades of Coral Tree #B57770
Tints of Coral Tree #B57770
RGB
CMYK
RGB Variations
Color information
#B57770 (or 0xB57770) is known color: Coral Tree. HEX triplet: B5, 77 and 70. RGB value is (181,119,112). Sum of RGB (Red+Green+Blue) = 181+119+112=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 119 (46.88% from 255 or 28.88% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 181 - color contains mainly: red. Hex color #B57770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57770 is #4A888F. Grayscale: #888888. Windows color (decimal): -4884624 or 7370677. OLE color: 7370677.
HSL color Cylindrical-coordinate representation of color #B57770: hue angle of 6.09º 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 #B57770 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 119 | 112 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.29 |
| HSL | 6.09º | 0.32% | 0.57% | - |
| HSV(B) | 6.09º | 0.38% | 0.71% | - |
| XYZ | 28.58 | 24.19 | 18.49 | - |
| YUV | 136.74 | 114.04 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 119 | 112 | 0 | 0.34 | 0.38 | 0.29 | 6.09 | 0.32 | 0.57 |
| Hex | B5 | 77 | 70 | 0 | 22 | 26 | 1D | 6 | 20 | 39 |
| Octal | 265 | 167 | 160 | 0 | 42 | 46 | 35 | 6 | 40 | 71 |
| Binary | 10110101 | 1110111 | 1110000 | 0 | 100010 | 100110 | 11101 | 110 | 100000 | 111001 |
Color Harmonies of #B57770
Complementary color
Monochromatic Colors of #B57770
Black with #B57770
Text Example
Text Example
White with #B57770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57770; }
p { color: rgb(181,119,112); }
H1.HeaderClassName
{
color: #B57770;
}
.AnyTagClassName
{
color: #B57770;
}
</style>
background-color css
<style>
a { background-color: #B57770; }
a { background-color: rgb(181,119,112); }
div.DivClassName
{
background-color: #B57770;
}
.BgClassName
{
background-color: #B57770;
}
</style>
border-color css
<style>
span { border-color: #B57770; }
span { border-color: rgb(181,119,112); }
td.TdClassName
{
border-color: #B57770;
}
.TagClassName
{
border-color: #B57770;
}
</style>