Shades of Coral Tree #B5716E
Tints of Coral Tree #B5716E
RGB
CMYK
RGB Variations
Color information
#B5716E (or 0xB5716E) is known color: Coral Tree. HEX triplet: B5, 71 and 6E. RGB value is (181,113,110). Sum of RGB (Red+Green+Blue) = 181+113+110=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 110 (43.36% from 255 or 27.23% from 404); Max value from RGB is 181 - color contains mainly: red. Hex color #B5716E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5716E is #4A8E91. Grayscale: #858585. Windows color (decimal): -4886162 or 7238069. OLE color: 7238069.
HSL color Cylindrical-coordinate representation of color #B5716E: hue angle of 2.54º 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 #B5716E is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 113 | 110 | - |
| CMYK | 0 | 0.38 | 0.39 | 0.29 |
| HSL | 2.54º | 0.32% | 0.57% | - |
| HSV(B) | 2.54º | 0.39% | 0.71% | - |
| XYZ | 27.78 | 22.76 | 17.68 | - |
| YUV | 132.99 | 115.03 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 113 | 110 | 0 | 0.38 | 0.39 | 0.29 | 2.54 | 0.32 | 0.57 |
| Hex | B5 | 71 | 6E | 0 | 26 | 27 | 1D | 3 | 20 | 39 |
| Octal | 265 | 161 | 156 | 0 | 46 | 47 | 35 | 3 | 40 | 71 |
| Binary | 10110101 | 1110001 | 1101110 | 0 | 100110 | 100111 | 11101 | 11 | 100000 | 111001 |
Color Harmonies of #B5716E
Complementary color
Monochromatic Colors of #B5716E
Black with #B5716E
Text Example
Text Example
White with #B5716E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5716E; }
p { color: rgb(181,113,110); }
H1.HeaderClassName
{
color: #B5716E;
}
.AnyTagClassName
{
color: #B5716E;
}
</style>
background-color css
<style>
a { background-color: #B5716E; }
a { background-color: rgb(181,113,110); }
div.DivClassName
{
background-color: #B5716E;
}
.BgClassName
{
background-color: #B5716E;
}
</style>
border-color css
<style>
span { border-color: #B5716E; }
span { border-color: rgb(181,113,110); }
td.TdClassName
{
border-color: #B5716E;
}
.TagClassName
{
border-color: #B5716E;
}
</style>