Shades of Coral Tree #B17370
Tints of Coral Tree #B17370
RGB
CMYK
RGB Variations
Color information
#B17370 (or 0xB17370) is known color: Coral Tree. HEX triplet: B1, 73 and 70. RGB value is (177,115,112). Sum of RGB (Red+Green+Blue) = 177+115+112=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B17370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17370 is #4E8C8F. Grayscale: #858585. Windows color (decimal): -5147792 or 7369649. OLE color: 7369649.
HSL color Cylindrical-coordinate representation of color #B17370: hue angle of 2.77º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B17370 is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 115 | 112 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.31 |
| HSL | 2.77º | 0.29% | 0.57% | - |
| HSV(B) | 2.77º | 0.37% | 0.69% | - |
| XYZ | 27.19 | 22.78 | 18.29 | - |
| YUV | 133.2 | 116.04 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 115 | 112 | 0 | 0.35 | 0.37 | 0.31 | 2.77 | 0.29 | 0.57 |
| Hex | B1 | 73 | 70 | 0 | 23 | 25 | 1F | 3 | 1D | 39 |
| Octal | 261 | 163 | 160 | 0 | 43 | 45 | 37 | 3 | 35 | 71 |
| Binary | 10110001 | 1110011 | 1110000 | 0 | 100011 | 100101 | 11111 | 11 | 11101 | 111001 |
Color Harmonies of #B17370
Complementary color
Monochromatic Colors of #B17370
Black with #B17370
Text Example
Text Example
White with #B17370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17370; }
p { color: rgb(177,115,112); }
H1.HeaderClassName
{
color: #B17370;
}
.AnyTagClassName
{
color: #B17370;
}
</style>
background-color css
<style>
a { background-color: #B17370; }
a { background-color: rgb(177,115,112); }
div.DivClassName
{
background-color: #B17370;
}
.BgClassName
{
background-color: #B17370;
}
</style>
border-color css
<style>
span { border-color: #B17370; }
span { border-color: rgb(177,115,112); }
td.TdClassName
{
border-color: #B17370;
}
.TagClassName
{
border-color: #B17370;
}
</style>