Shades of Coral Tree #B26360
Tints of Coral Tree #B26360
RGB
CMYK
RGB Variations
Color information
#B26360 (or 0xB26360) is known color: Coral Tree. HEX triplet: B2, 63 and 60. RGB value is (178,99,96). Sum of RGB (Red+Green+Blue) = 178+99+96=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 99 (39.06% from 255 or 26.54% from 373); Blue value is 96 (37.89% from 255 or 25.74% from 373); Max value from RGB is 178 - color contains mainly: red. Hex color #B26360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26360 is #4D9C9F. Grayscale: #7A7A7A. Windows color (decimal): -5086368 or 6316978. OLE color: 6316978.
HSL color Cylindrical-coordinate representation of color #B26360: hue angle of 2.2º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B26360 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 99 | 96 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.30 |
| HSL | 2.2º | 0.35% | 0.54% | - |
| HSV(B) | 2.2º | 0.46% | 0.7% | - |
| XYZ | 24.93 | 19.23 | 13.46 | - |
| YUV | 122.28 | 113.17 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 99 | 96 | 0 | 0.44 | 0.46 | 0.30 | 2.2 | 0.35 | 0.54 |
| Hex | B2 | 63 | 60 | 0 | 2C | 2E | 1E | 2 | 23 | 36 |
| Octal | 262 | 143 | 140 | 0 | 54 | 56 | 36 | 2 | 43 | 66 |
| Binary | 10110010 | 1100011 | 1100000 | 0 | 101100 | 101110 | 11110 | 10 | 100011 | 110110 |
Color Harmonies of #B26360
Complementary color
Monochromatic Colors of #B26360
Black with #B26360
Text Example
Text Example
White with #B26360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26360; }
p { color: rgb(178,99,96); }
H1.HeaderClassName
{
color: #B26360;
}
.AnyTagClassName
{
color: #B26360;
}
</style>
background-color css
<style>
a { background-color: #B26360; }
a { background-color: rgb(178,99,96); }
div.DivClassName
{
background-color: #B26360;
}
.BgClassName
{
background-color: #B26360;
}
</style>
border-color css
<style>
span { border-color: #B26360; }
span { border-color: rgb(178,99,96); }
td.TdClassName
{
border-color: #B26360;
}
.TagClassName
{
border-color: #B26360;
}
</style>