Shades of Coral Tree #B2715F
Tints of Coral Tree #B2715F
RGB
CMYK
RGB Variations
Color information
#B2715F (or 0xB2715F) is known color: Coral Tree. HEX triplet: B2, 71 and 5F. RGB value is (178,113,95). Sum of RGB (Red+Green+Blue) = 178+113+95=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 95 (37.5% from 255 or 24.61% from 386); Max value from RGB is 178 - color contains mainly: red. Hex color #B2715F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2715F is #4D8EA0. Grayscale: #828282. Windows color (decimal): -5082785 or 6255026. OLE color: 6255026.
HSL color Cylindrical-coordinate representation of color #B2715F: hue angle of 13.01º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B2715F is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 113 | 95 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.30 |
| HSL | 13.01º | 0.35% | 0.54% | - |
| HSV(B) | 13.01º | 0.47% | 0.7% | - |
| XYZ | 26.33 | 22.1 | 13.7 | - |
| YUV | 130.38 | 108.03 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 113 | 95 | 0 | 0.37 | 0.47 | 0.30 | 13.01 | 0.35 | 0.54 |
| Hex | B2 | 71 | 5F | 0 | 25 | 2F | 1E | D | 23 | 36 |
| Octal | 262 | 161 | 137 | 0 | 45 | 57 | 36 | 15 | 43 | 66 |
| Binary | 10110010 | 1110001 | 1011111 | 0 | 100101 | 101111 | 11110 | 1101 | 100011 | 110110 |
Color Harmonies of #B2715F
Complementary color
Monochromatic Colors of #B2715F
Black with #B2715F
Text Example
Text Example
White with #B2715F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2715F; }
p { color: rgb(178,113,95); }
H1.HeaderClassName
{
color: #B2715F;
}
.AnyTagClassName
{
color: #B2715F;
}
</style>
background-color css
<style>
a { background-color: #B2715F; }
a { background-color: rgb(178,113,95); }
div.DivClassName
{
background-color: #B2715F;
}
.BgClassName
{
background-color: #B2715F;
}
</style>
border-color css
<style>
span { border-color: #B2715F; }
span { border-color: rgb(178,113,95); }
td.TdClassName
{
border-color: #B2715F;
}
.TagClassName
{
border-color: #B2715F;
}
</style>