Shades of Coral Tree #B57460
Tints of Coral Tree #B57460
RGB
CMYK
RGB Variations
Color information
#B57460 (or 0xB57460) is known color: Coral Tree. HEX triplet: B5, 74 and 60. RGB value is (181,116,96). Sum of RGB (Red+Green+Blue) = 181+116+96=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 96 (37.89% from 255 or 24.43% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B57460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57460 is #4A8B9F. Grayscale: #858585. Windows color (decimal): -4885408 or 6321333. OLE color: 6321333.
HSL color Cylindrical-coordinate representation of color #B57460: hue angle of 14.12º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B57460 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 116 | 96 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.29 |
| HSL | 14.12º | 0.36% | 0.54% | - |
| HSV(B) | 14.12º | 0.47% | 0.71% | - |
| XYZ | 27.41 | 23.16 | 14.09 | - |
| YUV | 133.16 | 107.03 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 116 | 96 | 0 | 0.36 | 0.47 | 0.29 | 14.12 | 0.36 | 0.54 |
| Hex | B5 | 74 | 60 | 0 | 24 | 2F | 1D | E | 24 | 36 |
| Octal | 265 | 164 | 140 | 0 | 44 | 57 | 35 | 16 | 44 | 66 |
| Binary | 10110101 | 1110100 | 1100000 | 0 | 100100 | 101111 | 11101 | 1110 | 100100 | 110110 |
Color Harmonies of #B57460
Complementary color
Monochromatic Colors of #B57460
Black with #B57460
Text Example
Text Example
White with #B57460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57460; }
p { color: rgb(181,116,96); }
H1.HeaderClassName
{
color: #B57460;
}
.AnyTagClassName
{
color: #B57460;
}
</style>
background-color css
<style>
a { background-color: #B57460; }
a { background-color: rgb(181,116,96); }
div.DivClassName
{
background-color: #B57460;
}
.BgClassName
{
background-color: #B57460;
}
</style>
border-color css
<style>
span { border-color: #B57460; }
span { border-color: rgb(181,116,96); }
td.TdClassName
{
border-color: #B57460;
}
.TagClassName
{
border-color: #B57460;
}
</style>