Shades of Coral Tree #B37170
Tints of Coral Tree #B37170
RGB
CMYK
RGB Variations
Color information
#B37170 (or 0xB37170) is known color: Coral Tree. HEX triplet: B3, 71 and 70. RGB value is (179,113,112). Sum of RGB (Red+Green+Blue) = 179+113+112=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 179 - color contains mainly: red. Hex color #B37170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37170 is #4C8E8F. Grayscale: #848484. Windows color (decimal): -5017232 or 7369139. OLE color: 7369139.
HSL color Cylindrical-coordinate representation of color #B37170: hue angle of 0.9º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B37170 is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 113 | 112 | - |
| CMYK | 0 | 0.37 | 0.37 | 0.30 |
| HSL | 0.9º | 0.31% | 0.57% | - |
| HSV(B) | 0.9º | 0.37% | 0.7% | - |
| XYZ | 27.42 | 22.56 | 18.24 | - |
| YUV | 132.62 | 116.37 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 113 | 112 | 0 | 0.37 | 0.37 | 0.30 | 0.9 | 0.31 | 0.57 |
| Hex | B3 | 71 | 70 | 0 | 25 | 25 | 1E | 1 | 1F | 39 |
| Octal | 263 | 161 | 160 | 0 | 45 | 45 | 36 | 1 | 37 | 71 |
| Binary | 10110011 | 1110001 | 1110000 | 0 | 100101 | 100101 | 11110 | 1 | 11111 | 111001 |
Color Harmonies of #B37170
Complementary color
Monochromatic Colors of #B37170
Black with #B37170
Text Example
Text Example
White with #B37170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37170; }
p { color: rgb(179,113,112); }
H1.HeaderClassName
{
color: #B37170;
}
.AnyTagClassName
{
color: #B37170;
}
</style>
background-color css
<style>
a { background-color: #B37170; }
a { background-color: rgb(179,113,112); }
div.DivClassName
{
background-color: #B37170;
}
.BgClassName
{
background-color: #B37170;
}
</style>
border-color css
<style>
span { border-color: #B37170; }
span { border-color: rgb(179,113,112); }
td.TdClassName
{
border-color: #B37170;
}
.TagClassName
{
border-color: #B37170;
}
</style>