Shades of Coral Tree #B17160
Tints of Coral Tree #B17160
RGB
CMYK
RGB Variations
Color information
#B17160 (or 0xB17160) is known color: Coral Tree. HEX triplet: B1, 71 and 60. RGB value is (177,113,96). Sum of RGB (Red+Green+Blue) = 177+113+96=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 96 (37.89% from 255 or 24.87% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B17160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17160 is #4E8E9F. Grayscale: #828282. Windows color (decimal): -5148320 or 6320561. OLE color: 6320561.
HSL color Cylindrical-coordinate representation of color #B17160: hue angle of 12.59º 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 #B17160 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 113 | 96 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.31 |
| HSL | 12.59º | 0.34% | 0.54% | - |
| HSV(B) | 12.59º | 0.46% | 0.69% | - |
| XYZ | 26.15 | 22 | 13.93 | - |
| YUV | 130.2 | 108.7 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 113 | 96 | 0 | 0.36 | 0.46 | 0.31 | 12.59 | 0.34 | 0.54 |
| Hex | B1 | 71 | 60 | 0 | 24 | 2E | 1F | D | 22 | 36 |
| Octal | 261 | 161 | 140 | 0 | 44 | 56 | 37 | 15 | 42 | 66 |
| Binary | 10110001 | 1110001 | 1100000 | 0 | 100100 | 101110 | 11111 | 1101 | 100010 | 110110 |
Color Harmonies of #B17160
Complementary color
Monochromatic Colors of #B17160
Black with #B17160
Text Example
Text Example
White with #B17160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17160; }
p { color: rgb(177,113,96); }
H1.HeaderClassName
{
color: #B17160;
}
.AnyTagClassName
{
color: #B17160;
}
</style>
background-color css
<style>
a { background-color: #B17160; }
a { background-color: rgb(177,113,96); }
div.DivClassName
{
background-color: #B17160;
}
.BgClassName
{
background-color: #B17160;
}
</style>
border-color css
<style>
span { border-color: #B17160; }
span { border-color: rgb(177,113,96); }
td.TdClassName
{
border-color: #B17160;
}
.TagClassName
{
border-color: #B17160;
}
</style>