Shades of Coral Tree #B2625E
Tints of Coral Tree #B2625E
RGB
CMYK
RGB Variations
Color information
#B2625E (or 0xB2625E) is known color: Coral Tree. HEX triplet: B2, 62 and 5E. RGB value is (178,98,94). Sum of RGB (Red+Green+Blue) = 178+98+94=370 (49% of max value = 765). Red value is 178 (69.92% from 255 or 48.11% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 94 (37.11% from 255 or 25.41% from 370); Max value from RGB is 178 - color contains mainly: red. Hex color #B2625E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2625E is #4D9DA1. Grayscale: #797979. Windows color (decimal): -5086626 or 6185650. OLE color: 6185650.
HSL color Cylindrical-coordinate representation of color #B2625E: hue angle of 2.86º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B2625E is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 98 | 94 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.30 |
| HSL | 2.86º | 0.35% | 0.53% | - |
| HSV(B) | 2.86º | 0.47% | 0.7% | - |
| XYZ | 24.75 | 19.01 | 12.95 | - |
| YUV | 121.46 | 112.5 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 98 | 94 | 0 | 0.45 | 0.47 | 0.30 | 2.86 | 0.35 | 0.53 |
| Hex | B2 | 62 | 5E | 0 | 2D | 2F | 1E | 3 | 23 | 35 |
| Octal | 262 | 142 | 136 | 0 | 55 | 57 | 36 | 3 | 43 | 65 |
| Binary | 10110010 | 1100010 | 1011110 | 0 | 101101 | 101111 | 11110 | 11 | 100011 | 110101 |
Color Harmonies of #B2625E
Complementary color
Monochromatic Colors of #B2625E
Black with #B2625E
Text Example
Text Example
White with #B2625E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2625E; }
p { color: rgb(178,98,94); }
H1.HeaderClassName
{
color: #B2625E;
}
.AnyTagClassName
{
color: #B2625E;
}
</style>
background-color css
<style>
a { background-color: #B2625E; }
a { background-color: rgb(178,98,94); }
div.DivClassName
{
background-color: #B2625E;
}
.BgClassName
{
background-color: #B2625E;
}
</style>
border-color css
<style>
span { border-color: #B2625E; }
span { border-color: rgb(178,98,94); }
td.TdClassName
{
border-color: #B2625E;
}
.TagClassName
{
border-color: #B2625E;
}
</style>