Shades of Coral Tree #B16660
Tints of Coral Tree #B16660
RGB
CMYK
RGB Variations
Color information
#B16660 (or 0xB16660) is known color: Coral Tree. HEX triplet: B1, 66 and 60. RGB value is (177,102,96). Sum of RGB (Red+Green+Blue) = 177+102+96=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B16660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16660 is #4E999F. Grayscale: #7B7B7B. Windows color (decimal): -5151136 or 6317745. OLE color: 6317745.
HSL color Cylindrical-coordinate representation of color #B16660: hue angle of 4.44º 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 #B16660 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 102 | 96 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.31 |
| HSL | 4.44º | 0.34% | 0.54% | - |
| HSV(B) | 4.44º | 0.46% | 0.69% | - |
| XYZ | 24.99 | 19.69 | 13.55 | - |
| YUV | 123.74 | 112.35 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 102 | 96 | 0 | 0.42 | 0.46 | 0.31 | 4.44 | 0.34 | 0.54 |
| Hex | B1 | 66 | 60 | 0 | 2A | 2E | 1F | 4 | 22 | 36 |
| Octal | 261 | 146 | 140 | 0 | 52 | 56 | 37 | 4 | 42 | 66 |
| Binary | 10110001 | 1100110 | 1100000 | 0 | 101010 | 101110 | 11111 | 100 | 100010 | 110110 |
Color Harmonies of #B16660
Complementary color
Monochromatic Colors of #B16660
Black with #B16660
Text Example
Text Example
White with #B16660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16660; }
p { color: rgb(177,102,96); }
H1.HeaderClassName
{
color: #B16660;
}
.AnyTagClassName
{
color: #B16660;
}
</style>
background-color css
<style>
a { background-color: #B16660; }
a { background-color: rgb(177,102,96); }
div.DivClassName
{
background-color: #B16660;
}
.BgClassName
{
background-color: #B16660;
}
</style>
border-color css
<style>
span { border-color: #B16660; }
span { border-color: rgb(177,102,96); }
td.TdClassName
{
border-color: #B16660;
}
.TagClassName
{
border-color: #B16660;
}
</style>