Shades of Coral Tree #B5765E
Tints of Coral Tree #B5765E
RGB
CMYK
RGB Variations
Color information
#B5765E (or 0xB5765E) is known color: Coral Tree. HEX triplet: B5, 76 and 5E. RGB value is (181,118,94). Sum of RGB (Red+Green+Blue) = 181+118+94=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 118 (46.48% from 255 or 30.03% from 393); Blue value is 94 (37.11% from 255 or 23.92% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B5765E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5765E is #4A89A1. Grayscale: #868686. Windows color (decimal): -4884898 or 6190773. OLE color: 6190773.
HSL color Cylindrical-coordinate representation of color #B5765E: hue angle of 16.55º 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 #B5765E is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 118 | 94 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.29 |
| HSL | 16.55º | 0.37% | 0.54% | - |
| HSV(B) | 16.55º | 0.48% | 0.71% | - |
| XYZ | 27.55 | 23.59 | 13.69 | - |
| YUV | 134.1 | 105.37 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 118 | 94 | 0 | 0.35 | 0.48 | 0.29 | 16.55 | 0.37 | 0.54 |
| Hex | B5 | 76 | 5E | 0 | 23 | 30 | 1D | 11 | 25 | 36 |
| Octal | 265 | 166 | 136 | 0 | 43 | 60 | 35 | 21 | 45 | 66 |
| Binary | 10110101 | 1110110 | 1011110 | 0 | 100011 | 110000 | 11101 | 10001 | 100101 | 110110 |
Color Harmonies of #B5765E
Complementary color
Monochromatic Colors of #B5765E
Black with #B5765E
Text Example
Text Example
White with #B5765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5765E; }
p { color: rgb(181,118,94); }
H1.HeaderClassName
{
color: #B5765E;
}
.AnyTagClassName
{
color: #B5765E;
}
</style>
background-color css
<style>
a { background-color: #B5765E; }
a { background-color: rgb(181,118,94); }
div.DivClassName
{
background-color: #B5765E;
}
.BgClassName
{
background-color: #B5765E;
}
</style>
border-color css
<style>
span { border-color: #B5765E; }
span { border-color: rgb(181,118,94); }
td.TdClassName
{
border-color: #B5765E;
}
.TagClassName
{
border-color: #B5765E;
}
</style>