Shades of Coral Tree #B16560
Tints of Coral Tree #B16560
RGB
CMYK
RGB Variations
Color information
#B16560 (or 0xB16560) is known color: Coral Tree. HEX triplet: B1, 65 and 60. RGB value is (177,101,96). Sum of RGB (Red+Green+Blue) = 177+101+96=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 96 (37.89% from 255 or 25.67% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B16560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16560 is #4E9A9F. Grayscale: #7B7B7B. Windows color (decimal): -5151392 or 6317489. OLE color: 6317489.
HSL color Cylindrical-coordinate representation of color #B16560: hue angle of 3.7º 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 #B16560 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 101 | 96 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.31 |
| HSL | 3.7º | 0.34% | 0.54% | - |
| HSV(B) | 3.7º | 0.46% | 0.69% | - |
| XYZ | 24.9 | 19.5 | 13.52 | - |
| YUV | 123.15 | 112.68 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 101 | 96 | 0 | 0.43 | 0.46 | 0.31 | 3.7 | 0.34 | 0.54 |
| Hex | B1 | 65 | 60 | 0 | 2B | 2E | 1F | 4 | 22 | 36 |
| Octal | 261 | 145 | 140 | 0 | 53 | 56 | 37 | 4 | 42 | 66 |
| Binary | 10110001 | 1100101 | 1100000 | 0 | 101011 | 101110 | 11111 | 100 | 100010 | 110110 |
Color Harmonies of #B16560
Complementary color
Monochromatic Colors of #B16560
Black with #B16560
Text Example
Text Example
White with #B16560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16560; }
p { color: rgb(177,101,96); }
H1.HeaderClassName
{
color: #B16560;
}
.AnyTagClassName
{
color: #B16560;
}
</style>
background-color css
<style>
a { background-color: #B16560; }
a { background-color: rgb(177,101,96); }
div.DivClassName
{
background-color: #B16560;
}
.BgClassName
{
background-color: #B16560;
}
</style>
border-color css
<style>
span { border-color: #B16560; }
span { border-color: rgb(177,101,96); }
td.TdClassName
{
border-color: #B16560;
}
.TagClassName
{
border-color: #B16560;
}
</style>