Shades of Coral Tree #B3715F
Tints of Coral Tree #B3715F
RGB
CMYK
RGB Variations
Color information
#B3715F (or 0xB3715F) is known color: Coral Tree. HEX triplet: B3, 71 and 5F. RGB value is (179,113,95). Sum of RGB (Red+Green+Blue) = 179+113+95=387 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.25% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 95 (37.5% from 255 or 24.55% from 387); Max value from RGB is 179 - color contains mainly: red. Hex color #B3715F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3715F is #4C8EA0. Grayscale: #828282. Windows color (decimal): -5017249 or 6255027. OLE color: 6255027.
HSL color Cylindrical-coordinate representation of color #B3715F: hue angle of 12.86º degrees, saturation: 0.36, 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 #B3715F is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 113 | 95 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.30 |
| HSL | 12.86º | 0.36% | 0.54% | - |
| HSV(B) | 12.86º | 0.47% | 0.7% | - |
| XYZ | 26.56 | 22.22 | 13.72 | - |
| YUV | 130.68 | 107.87 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 113 | 95 | 0 | 0.37 | 0.47 | 0.30 | 12.86 | 0.36 | 0.54 |
| Hex | B3 | 71 | 5F | 0 | 25 | 2F | 1E | D | 24 | 36 |
| Octal | 263 | 161 | 137 | 0 | 45 | 57 | 36 | 15 | 44 | 66 |
| Binary | 10110011 | 1110001 | 1011111 | 0 | 100101 | 101111 | 11110 | 1101 | 100100 | 110110 |
Color Harmonies of #B3715F
Complementary color
Monochromatic Colors of #B3715F
Black with #B3715F
Text Example
Text Example
White with #B3715F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3715F; }
p { color: rgb(179,113,95); }
H1.HeaderClassName
{
color: #B3715F;
}
.AnyTagClassName
{
color: #B3715F;
}
</style>
background-color css
<style>
a { background-color: #B3715F; }
a { background-color: rgb(179,113,95); }
div.DivClassName
{
background-color: #B3715F;
}
.BgClassName
{
background-color: #B3715F;
}
</style>
border-color css
<style>
span { border-color: #B3715F; }
span { border-color: rgb(179,113,95); }
td.TdClassName
{
border-color: #B3715F;
}
.TagClassName
{
border-color: #B3715F;
}
</style>