Shades of Coral Tree #B5645E
Tints of Coral Tree #B5645E
RGB
CMYK
RGB Variations
Color information
#B5645E (or 0xB5645E) is known color: Coral Tree. HEX triplet: B5, 64 and 5E. RGB value is (181,100,94). Sum of RGB (Red+Green+Blue) = 181+100+94=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 94 (37.11% from 255 or 25.07% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B5645E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5645E is #4A9BA1. Grayscale: #7B7B7B. Windows color (decimal): -4889506 or 6186165. OLE color: 6186165.
HSL color Cylindrical-coordinate representation of color #B5645E: hue angle of 4.14º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B5645E is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 100 | 94 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.29 |
| HSL | 4.14º | 0.37% | 0.54% | - |
| HSV(B) | 4.14º | 0.48% | 0.71% | - |
| XYZ | 25.63 | 19.75 | 13.05 | - |
| YUV | 123.54 | 111.34 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 100 | 94 | 0 | 0.45 | 0.48 | 0.29 | 4.14 | 0.37 | 0.54 |
| Hex | B5 | 64 | 5E | 0 | 2D | 30 | 1D | 4 | 25 | 36 |
| Octal | 265 | 144 | 136 | 0 | 55 | 60 | 35 | 4 | 45 | 66 |
| Binary | 10110101 | 1100100 | 1011110 | 0 | 101101 | 110000 | 11101 | 100 | 100101 | 110110 |
Color Harmonies of #B5645E
Complementary color
Monochromatic Colors of #B5645E
Black with #B5645E
Text Example
Text Example
White with #B5645E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5645E; }
p { color: rgb(181,100,94); }
H1.HeaderClassName
{
color: #B5645E;
}
.AnyTagClassName
{
color: #B5645E;
}
</style>
background-color css
<style>
a { background-color: #B5645E; }
a { background-color: rgb(181,100,94); }
div.DivClassName
{
background-color: #B5645E;
}
.BgClassName
{
background-color: #B5645E;
}
</style>
border-color css
<style>
span { border-color: #B5645E; }
span { border-color: rgb(181,100,94); }
td.TdClassName
{
border-color: #B5645E;
}
.TagClassName
{
border-color: #B5645E;
}
</style>