Shades of Coral Tree #B16E66
Tints of Coral Tree #B16E66
RGB
CMYK
RGB Variations
Color information
#B16E66 (or 0xB16E66) is known color: Coral Tree. HEX triplet: B1, 6E and 66. RGB value is (177,110,102). Sum of RGB (Red+Green+Blue) = 177+110+102=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 102 (40.23% from 255 or 26.22% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B16E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16E66 is #4E9199. Grayscale: #818181. Windows color (decimal): -5149082 or 6713009. OLE color: 6713009.
HSL color Cylindrical-coordinate representation of color #B16E66: hue angle of 6.4º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B16E66 is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 110 | 102 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.31 |
| HSL | 6.4º | 0.32% | 0.55% | - |
| HSV(B) | 6.4º | 0.42% | 0.69% | - |
| XYZ | 26.11 | 21.46 | 15.34 | - |
| YUV | 129.12 | 112.7 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 110 | 102 | 0 | 0.38 | 0.42 | 0.31 | 6.4 | 0.32 | 0.55 |
| Hex | B1 | 6E | 66 | 0 | 26 | 2A | 1F | 6 | 20 | 37 |
| Octal | 261 | 156 | 146 | 0 | 46 | 52 | 37 | 6 | 40 | 67 |
| Binary | 10110001 | 1101110 | 1100110 | 0 | 100110 | 101010 | 11111 | 110 | 100000 | 110111 |
Color Harmonies of #B16E66
Complementary color
Monochromatic Colors of #B16E66
Black with #B16E66
Text Example
Text Example
White with #B16E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16E66; }
p { color: rgb(177,110,102); }
H1.HeaderClassName
{
color: #B16E66;
}
.AnyTagClassName
{
color: #B16E66;
}
</style>
background-color css
<style>
a { background-color: #B16E66; }
a { background-color: rgb(177,110,102); }
div.DivClassName
{
background-color: #B16E66;
}
.BgClassName
{
background-color: #B16E66;
}
</style>
border-color css
<style>
span { border-color: #B16E66; }
span { border-color: rgb(177,110,102); }
td.TdClassName
{
border-color: #B16E66;
}
.TagClassName
{
border-color: #B16E66;
}
</style>