Shades of Coral Tree #B2715E
Tints of Coral Tree #B2715E
RGB
CMYK
RGB Variations
Color information
#B2715E (or 0xB2715E) is known color: Coral Tree. HEX triplet: B2, 71 and 5E. RGB value is (178,113,94). Sum of RGB (Red+Green+Blue) = 178+113+94=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 178 - color contains mainly: red. Hex color #B2715E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2715E is #4D8EA1. Grayscale: #828282. Windows color (decimal): -5082786 or 6189490. OLE color: 6189490.
HSL color Cylindrical-coordinate representation of color #B2715E: hue angle of 13.57º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B2715E is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 113 | 94 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.30 |
| HSL | 13.57º | 0.35% | 0.53% | - |
| HSV(B) | 13.57º | 0.47% | 0.7% | - |
| XYZ | 26.29 | 22.08 | 13.47 | - |
| YUV | 130.27 | 107.53 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 113 | 94 | 0 | 0.37 | 0.47 | 0.30 | 13.57 | 0.35 | 0.53 |
| Hex | B2 | 71 | 5E | 0 | 25 | 2F | 1E | E | 23 | 35 |
| Octal | 262 | 161 | 136 | 0 | 45 | 57 | 36 | 16 | 43 | 65 |
| Binary | 10110010 | 1110001 | 1011110 | 0 | 100101 | 101111 | 11110 | 1110 | 100011 | 110101 |
Color Harmonies of #B2715E
Complementary color
Monochromatic Colors of #B2715E
Black with #B2715E
Text Example
Text Example
White with #B2715E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2715E; }
p { color: rgb(178,113,94); }
H1.HeaderClassName
{
color: #B2715E;
}
.AnyTagClassName
{
color: #B2715E;
}
</style>
background-color css
<style>
a { background-color: #B2715E; }
a { background-color: rgb(178,113,94); }
div.DivClassName
{
background-color: #B2715E;
}
.BgClassName
{
background-color: #B2715E;
}
</style>
border-color css
<style>
span { border-color: #B2715E; }
span { border-color: rgb(178,113,94); }
td.TdClassName
{
border-color: #B2715E;
}
.TagClassName
{
border-color: #B2715E;
}
</style>