Shades of Coral Tree #B5766E
Tints of Coral Tree #B5766E
RGB
CMYK
RGB Variations
Color information
#B5766E (or 0xB5766E) is known color: Coral Tree. HEX triplet: B5, 76 and 6E. RGB value is (181,118,110). Sum of RGB (Red+Green+Blue) = 181+118+110=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 110 (43.36% from 255 or 26.89% from 409); Max value from RGB is 181 - color contains mainly: red. Hex color #B5766E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5766E is #4A8991. Grayscale: #888888. Windows color (decimal): -4884882 or 7239349. OLE color: 7239349.
HSL color Cylindrical-coordinate representation of color #B5766E: hue angle of 6.76º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B5766E is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 118 | 110 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.29 |
| HSL | 6.76º | 0.32% | 0.57% | - |
| HSV(B) | 6.76º | 0.39% | 0.71% | - |
| XYZ | 28.35 | 23.91 | 17.87 | - |
| YUV | 135.93 | 113.37 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 118 | 110 | 0 | 0.35 | 0.39 | 0.29 | 6.76 | 0.32 | 0.57 |
| Hex | B5 | 76 | 6E | 0 | 23 | 27 | 1D | 7 | 20 | 39 |
| Octal | 265 | 166 | 156 | 0 | 43 | 47 | 35 | 7 | 40 | 71 |
| Binary | 10110101 | 1110110 | 1101110 | 0 | 100011 | 100111 | 11101 | 111 | 100000 | 111001 |
Color Harmonies of #B5766E
Complementary color
Monochromatic Colors of #B5766E
Black with #B5766E
Text Example
Text Example
White with #B5766E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5766E; }
p { color: rgb(181,118,110); }
H1.HeaderClassName
{
color: #B5766E;
}
.AnyTagClassName
{
color: #B5766E;
}
</style>
background-color css
<style>
a { background-color: #B5766E; }
a { background-color: rgb(181,118,110); }
div.DivClassName
{
background-color: #B5766E;
}
.BgClassName
{
background-color: #B5766E;
}
</style>
border-color css
<style>
span { border-color: #B5766E; }
span { border-color: rgb(181,118,110); }
td.TdClassName
{
border-color: #B5766E;
}
.TagClassName
{
border-color: #B5766E;
}
</style>