Shades of Coral Tree #B16F60
Tints of Coral Tree #B16F60
RGB
CMYK
RGB Variations
Color information
#B16F60 (or 0xB16F60) is known color: Coral Tree. HEX triplet: B1, 6F and 60. RGB value is (177,111,96). Sum of RGB (Red+Green+Blue) = 177+111+96=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 111 (43.75% from 255 or 28.91% from 384); Blue value is 96 (37.89% from 255 or 25% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B16F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16F60 is #4E909F. Grayscale: #818181. Windows color (decimal): -5148832 or 6320049. OLE color: 6320049.
HSL color Cylindrical-coordinate representation of color #B16F60: hue angle of 11.11º 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 #B16F60 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 111 | 96 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.31 |
| HSL | 11.11º | 0.34% | 0.54% | - |
| HSV(B) | 11.11º | 0.46% | 0.69% | - |
| XYZ | 25.93 | 21.56 | 13.86 | - |
| YUV | 129.02 | 109.37 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 111 | 96 | 0 | 0.37 | 0.46 | 0.31 | 11.11 | 0.34 | 0.54 |
| Hex | B1 | 6F | 60 | 0 | 25 | 2E | 1F | B | 22 | 36 |
| Octal | 261 | 157 | 140 | 0 | 45 | 56 | 37 | 13 | 42 | 66 |
| Binary | 10110001 | 1101111 | 1100000 | 0 | 100101 | 101110 | 11111 | 1011 | 100010 | 110110 |
Color Harmonies of #B16F60
Complementary color
Monochromatic Colors of #B16F60
Black with #B16F60
Text Example
Text Example
White with #B16F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16F60; }
p { color: rgb(177,111,96); }
H1.HeaderClassName
{
color: #B16F60;
}
.AnyTagClassName
{
color: #B16F60;
}
</style>
background-color css
<style>
a { background-color: #B16F60; }
a { background-color: rgb(177,111,96); }
div.DivClassName
{
background-color: #B16F60;
}
.BgClassName
{
background-color: #B16F60;
}
</style>
border-color css
<style>
span { border-color: #B16F60; }
span { border-color: rgb(177,111,96); }
td.TdClassName
{
border-color: #B16F60;
}
.TagClassName
{
border-color: #B16F60;
}
</style>