Shades of Coral Tree #B5635C
Tints of Coral Tree #B5635C
RGB
CMYK
RGB Variations
Color information
#B5635C (or 0xB5635C) is known color: Coral Tree. HEX triplet: B5, 63 and 5C. RGB value is (181,99,92). Sum of RGB (Red+Green+Blue) = 181+99+92=372 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.66% from 372); Green value is 99 (39.06% from 255 or 26.61% from 372); Blue value is 92 (36.33% from 255 or 24.73% from 372); Max value from RGB is 181 - color contains mainly: red. Hex color #B5635C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5635C is #4A9CA3. Grayscale: #7A7A7A. Windows color (decimal): -4889764 or 6054837. OLE color: 6054837.
HSL color Cylindrical-coordinate representation of color #B5635C: hue angle of 4.72º degrees, saturation: 0.38, 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 #B5635C is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 99 | 92 | - |
| CMYK | 0 | 0.45 | 0.49 | 0.29 |
| HSL | 4.72º | 0.38% | 0.54% | - |
| HSV(B) | 4.72º | 0.49% | 0.71% | - |
| XYZ | 25.45 | 19.52 | 12.55 | - |
| YUV | 122.72 | 110.67 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 99 | 92 | 0 | 0.45 | 0.49 | 0.29 | 4.72 | 0.38 | 0.54 |
| Hex | B5 | 63 | 5C | 0 | 2D | 31 | 1D | 5 | 26 | 36 |
| Octal | 265 | 143 | 134 | 0 | 55 | 61 | 35 | 5 | 46 | 66 |
| Binary | 10110101 | 1100011 | 1011100 | 0 | 101101 | 110001 | 11101 | 101 | 100110 | 110110 |
Color Harmonies of #B5635C
Complementary color
Monochromatic Colors of #B5635C
Black with #B5635C
Text Example
Text Example
White with #B5635C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5635C; }
p { color: rgb(181,99,92); }
H1.HeaderClassName
{
color: #B5635C;
}
.AnyTagClassName
{
color: #B5635C;
}
</style>
background-color css
<style>
a { background-color: #B5635C; }
a { background-color: rgb(181,99,92); }
div.DivClassName
{
background-color: #B5635C;
}
.BgClassName
{
background-color: #B5635C;
}
</style>
border-color css
<style>
span { border-color: #B5635C; }
span { border-color: rgb(181,99,92); }
td.TdClassName
{
border-color: #B5635C;
}
.TagClassName
{
border-color: #B5635C;
}
</style>