Shades of Coral Tree #B16160
Tints of Coral Tree #B16160
RGB
CMYK
RGB Variations
Color information
#B16160 (or 0xB16160) is known color: Coral Tree. HEX triplet: B1, 61 and 60. RGB value is (177,97,96). Sum of RGB (Red+Green+Blue) = 177+97+96=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B16160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16160 is #4E9E9F. Grayscale: #787878. Windows color (decimal): -5152416 or 6316465. OLE color: 6316465.
HSL color Cylindrical-coordinate representation of color #B16160: hue angle of 0.74º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B16160 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 97 | 96 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.31 |
| HSL | 0.74º | 0.34% | 0.54% | - |
| HSV(B) | 0.74º | 0.46% | 0.69% | - |
| XYZ | 24.52 | 18.74 | 13.39 | - |
| YUV | 120.81 | 114 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 97 | 96 | 0 | 0.45 | 0.46 | 0.31 | 0.74 | 0.34 | 0.54 |
| Hex | B1 | 61 | 60 | 0 | 2D | 2E | 1F | 1 | 22 | 36 |
| Octal | 261 | 141 | 140 | 0 | 55 | 56 | 37 | 1 | 42 | 66 |
| Binary | 10110001 | 1100001 | 1100000 | 0 | 101101 | 101110 | 11111 | 1 | 100010 | 110110 |
Color Harmonies of #B16160
Complementary color
Monochromatic Colors of #B16160
Black with #B16160
Text Example
Text Example
White with #B16160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16160; }
p { color: rgb(177,97,96); }
H1.HeaderClassName
{
color: #B16160;
}
.AnyTagClassName
{
color: #B16160;
}
</style>
background-color css
<style>
a { background-color: #B16160; }
a { background-color: rgb(177,97,96); }
div.DivClassName
{
background-color: #B16160;
}
.BgClassName
{
background-color: #B16160;
}
</style>
border-color css
<style>
span { border-color: #B16160; }
span { border-color: rgb(177,97,96); }
td.TdClassName
{
border-color: #B16160;
}
.TagClassName
{
border-color: #B16160;
}
</style>