Shades of Coral Tree #B3625D
Tints of Coral Tree #B3625D
RGB
CMYK
RGB Variations
Color information
#B3625D (or 0xB3625D) is known color: Coral Tree. HEX triplet: B3, 62 and 5D. RGB value is (179,98,93). Sum of RGB (Red+Green+Blue) = 179+98+93=370 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.38% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 179 - color contains mainly: red. Hex color #B3625D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3625D is #4C9DA2. Grayscale: #797979. Windows color (decimal): -5021091 or 6120115. OLE color: 6120115.
HSL color Cylindrical-coordinate representation of color #B3625D: hue angle of 3.49º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B3625D is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 98 | 93 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.30 |
| HSL | 3.49º | 0.36% | 0.53% | - |
| HSV(B) | 3.49º | 0.48% | 0.7% | - |
| XYZ | 24.93 | 19.11 | 12.73 | - |
| YUV | 121.65 | 111.84 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 98 | 93 | 0 | 0.45 | 0.48 | 0.30 | 3.49 | 0.36 | 0.53 |
| Hex | B3 | 62 | 5D | 0 | 2D | 30 | 1E | 3 | 24 | 35 |
| Octal | 263 | 142 | 135 | 0 | 55 | 60 | 36 | 3 | 44 | 65 |
| Binary | 10110011 | 1100010 | 1011101 | 0 | 101101 | 110000 | 11110 | 11 | 100100 | 110101 |
Color Harmonies of #B3625D
Complementary color
Monochromatic Colors of #B3625D
Black with #B3625D
Text Example
Text Example
White with #B3625D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3625D; }
p { color: rgb(179,98,93); }
H1.HeaderClassName
{
color: #B3625D;
}
.AnyTagClassName
{
color: #B3625D;
}
</style>
background-color css
<style>
a { background-color: #B3625D; }
a { background-color: rgb(179,98,93); }
div.DivClassName
{
background-color: #B3625D;
}
.BgClassName
{
background-color: #B3625D;
}
</style>
border-color css
<style>
span { border-color: #B3625D; }
span { border-color: rgb(179,98,93); }
td.TdClassName
{
border-color: #B3625D;
}
.TagClassName
{
border-color: #B3625D;
}
</style>