Shades of Coral Tree #B17460
Tints of Coral Tree #B17460
RGB
CMYK
RGB Variations
Color information
#B17460 (or 0xB17460) is known color: Coral Tree. HEX triplet: B1, 74 and 60. RGB value is (177,116,96). Sum of RGB (Red+Green+Blue) = 177+116+96=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B17460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17460 is #4E8B9F. Grayscale: #848484. Windows color (decimal): -5147552 or 6321329. OLE color: 6321329.
HSL color Cylindrical-coordinate representation of color #B17460: hue angle of 14.81º 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 #B17460 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 116 | 96 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.31 |
| HSL | 14.81º | 0.34% | 0.54% | - |
| HSV(B) | 14.81º | 0.46% | 0.69% | - |
| XYZ | 26.49 | 22.68 | 14.05 | - |
| YUV | 131.96 | 107.71 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 116 | 96 | 0 | 0.34 | 0.46 | 0.31 | 14.81 | 0.34 | 0.54 |
| Hex | B1 | 74 | 60 | 0 | 22 | 2E | 1F | F | 22 | 36 |
| Octal | 261 | 164 | 140 | 0 | 42 | 56 | 37 | 17 | 42 | 66 |
| Binary | 10110001 | 1110100 | 1100000 | 0 | 100010 | 101110 | 11111 | 1111 | 100010 | 110110 |
Color Harmonies of #B17460
Complementary color
Monochromatic Colors of #B17460
Black with #B17460
Text Example
Text Example
White with #B17460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17460; }
p { color: rgb(177,116,96); }
H1.HeaderClassName
{
color: #B17460;
}
.AnyTagClassName
{
color: #B17460;
}
</style>
background-color css
<style>
a { background-color: #B17460; }
a { background-color: rgb(177,116,96); }
div.DivClassName
{
background-color: #B17460;
}
.BgClassName
{
background-color: #B17460;
}
</style>
border-color css
<style>
span { border-color: #B17460; }
span { border-color: rgb(177,116,96); }
td.TdClassName
{
border-color: #B17460;
}
.TagClassName
{
border-color: #B17460;
}
</style>