Shades of Coral Tree #B5715E
Tints of Coral Tree #B5715E
RGB
CMYK
RGB Variations
Color information
#B5715E (or 0xB5715E) is known color: Coral Tree. HEX triplet: B5, 71 and 5E. RGB value is (181,113,94). Sum of RGB (Red+Green+Blue) = 181+113+94=388 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.65% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 94 (37.11% from 255 or 24.23% from 388); Max value from RGB is 181 - color contains mainly: red. Hex color #B5715E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5715E is #4A8EA1. Grayscale: #838383. Windows color (decimal): -4886178 or 6189493. OLE color: 6189493.
HSL color Cylindrical-coordinate representation of color #B5715E: hue angle of 13.1º 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 #B5715E is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 113 | 94 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.29 |
| HSL | 13.1º | 0.37% | 0.54% | - |
| HSV(B) | 13.1º | 0.48% | 0.71% | - |
| XYZ | 26.98 | 22.44 | 13.5 | - |
| YUV | 131.17 | 107.03 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 113 | 94 | 0 | 0.38 | 0.48 | 0.29 | 13.1 | 0.37 | 0.54 |
| Hex | B5 | 71 | 5E | 0 | 26 | 30 | 1D | D | 25 | 36 |
| Octal | 265 | 161 | 136 | 0 | 46 | 60 | 35 | 15 | 45 | 66 |
| Binary | 10110101 | 1110001 | 1011110 | 0 | 100110 | 110000 | 11101 | 1101 | 100101 | 110110 |
Color Harmonies of #B5715E
Complementary color
Monochromatic Colors of #B5715E
Black with #B5715E
Text Example
Text Example
White with #B5715E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5715E; }
p { color: rgb(181,113,94); }
H1.HeaderClassName
{
color: #B5715E;
}
.AnyTagClassName
{
color: #B5715E;
}
</style>
background-color css
<style>
a { background-color: #B5715E; }
a { background-color: rgb(181,113,94); }
div.DivClassName
{
background-color: #B5715E;
}
.BgClassName
{
background-color: #B5715E;
}
</style>
border-color css
<style>
span { border-color: #B5715E; }
span { border-color: rgb(181,113,94); }
td.TdClassName
{
border-color: #B5715E;
}
.TagClassName
{
border-color: #B5715E;
}
</style>