Shades of Coral Tree #B5615D
Tints of Coral Tree #B5615D
RGB
CMYK
RGB Variations
Color information
#B5615D (or 0xB5615D) is known color: Coral Tree. HEX triplet: B5, 61 and 5D. RGB value is (181,97,93). Sum of RGB (Red+Green+Blue) = 181+97+93=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B5615D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5615D is #4A9EA2. Grayscale: #797979. Windows color (decimal): -4890275 or 6119861. OLE color: 6119861.
HSL color Cylindrical-coordinate representation of color #B5615D: hue angle of 2.73º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B5615D is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 97 | 93 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.29 |
| HSL | 2.73º | 0.37% | 0.54% | - |
| HSV(B) | 2.73º | 0.49% | 0.71% | - |
| XYZ | 25.31 | 19.16 | 12.72 | - |
| YUV | 121.66 | 111.83 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 97 | 93 | 0 | 0.46 | 0.49 | 0.29 | 2.73 | 0.37 | 0.54 |
| Hex | B5 | 61 | 5D | 0 | 2E | 31 | 1D | 3 | 25 | 36 |
| Octal | 265 | 141 | 135 | 0 | 56 | 61 | 35 | 3 | 45 | 66 |
| Binary | 10110101 | 1100001 | 1011101 | 0 | 101110 | 110001 | 11101 | 11 | 100101 | 110110 |
Color Harmonies of #B5615D
Complementary color
Monochromatic Colors of #B5615D
Black with #B5615D
Text Example
Text Example
White with #B5615D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5615D; }
p { color: rgb(181,97,93); }
H1.HeaderClassName
{
color: #B5615D;
}
.AnyTagClassName
{
color: #B5615D;
}
</style>
background-color css
<style>
a { background-color: #B5615D; }
a { background-color: rgb(181,97,93); }
div.DivClassName
{
background-color: #B5615D;
}
.BgClassName
{
background-color: #B5615D;
}
</style>
border-color css
<style>
span { border-color: #B5615D; }
span { border-color: rgb(181,97,93); }
td.TdClassName
{
border-color: #B5615D;
}
.TagClassName
{
border-color: #B5615D;
}
</style>