Shades of Coral Tree #B17360
Tints of Coral Tree #B17360
RGB
CMYK
RGB Variations
Color information
#B17360 (or 0xB17360) is known color: Coral Tree. HEX triplet: B1, 73 and 60. RGB value is (177,115,96). Sum of RGB (Red+Green+Blue) = 177+115+96=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 96 (37.89% from 255 or 24.74% from 388); Max value from RGB is 177 - color contains mainly: red. Hex color #B17360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17360 is #4E8C9F. Grayscale: #838383. Windows color (decimal): -5147808 or 6321073. OLE color: 6321073.
HSL color Cylindrical-coordinate representation of color #B17360: hue angle of 14.07º 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 #B17360 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 115 | 96 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.31 |
| HSL | 14.07º | 0.34% | 0.54% | - |
| HSV(B) | 14.07º | 0.46% | 0.69% | - |
| XYZ | 26.37 | 22.45 | 14.01 | - |
| YUV | 131.37 | 108.04 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 115 | 96 | 0 | 0.35 | 0.46 | 0.31 | 14.07 | 0.34 | 0.54 |
| Hex | B1 | 73 | 60 | 0 | 23 | 2E | 1F | E | 22 | 36 |
| Octal | 261 | 163 | 140 | 0 | 43 | 56 | 37 | 16 | 42 | 66 |
| Binary | 10110001 | 1110011 | 1100000 | 0 | 100011 | 101110 | 11111 | 1110 | 100010 | 110110 |
Color Harmonies of #B17360
Complementary color
Monochromatic Colors of #B17360
Black with #B17360
Text Example
Text Example
White with #B17360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17360; }
p { color: rgb(177,115,96); }
H1.HeaderClassName
{
color: #B17360;
}
.AnyTagClassName
{
color: #B17360;
}
</style>
background-color css
<style>
a { background-color: #B17360; }
a { background-color: rgb(177,115,96); }
div.DivClassName
{
background-color: #B17360;
}
.BgClassName
{
background-color: #B17360;
}
</style>
border-color css
<style>
span { border-color: #B17360; }
span { border-color: rgb(177,115,96); }
td.TdClassName
{
border-color: #B17360;
}
.TagClassName
{
border-color: #B17360;
}
</style>