Shades of Coral Tree #B26864
Tints of Coral Tree #B26864
RGB
CMYK
RGB Variations
Color information
#B26864 (or 0xB26864) is known color: Coral Tree. HEX triplet: B2, 68 and 64. RGB value is (178,104,100). Sum of RGB (Red+Green+Blue) = 178+104+100=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 100 (39.45% from 255 or 26.18% from 382); Max value from RGB is 178 - color contains mainly: red. Hex color #B26864 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26864 is #4D979B. Grayscale: #7D7D7D. Windows color (decimal): -5085084 or 6580402. OLE color: 6580402.
HSL color Cylindrical-coordinate representation of color #B26864: hue angle of 3.08º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B26864 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 104 | 100 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.30 |
| HSL | 3.08º | 0.34% | 0.55% | - |
| HSV(B) | 3.08º | 0.44% | 0.7% | - |
| XYZ | 25.61 | 20.29 | 14.62 | - |
| YUV | 125.67 | 113.52 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 104 | 100 | 0 | 0.42 | 0.44 | 0.30 | 3.08 | 0.34 | 0.55 |
| Hex | B2 | 68 | 64 | 0 | 2A | 2C | 1E | 3 | 22 | 37 |
| Octal | 262 | 150 | 144 | 0 | 52 | 54 | 36 | 3 | 42 | 67 |
| Binary | 10110010 | 1101000 | 1100100 | 0 | 101010 | 101100 | 11110 | 11 | 100010 | 110111 |
Color Harmonies of #B26864
Complementary color
Monochromatic Colors of #B26864
Black with #B26864
Text Example
Text Example
White with #B26864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26864; }
p { color: rgb(178,104,100); }
H1.HeaderClassName
{
color: #B26864;
}
.AnyTagClassName
{
color: #B26864;
}
</style>
background-color css
<style>
a { background-color: #B26864; }
a { background-color: rgb(178,104,100); }
div.DivClassName
{
background-color: #B26864;
}
.BgClassName
{
background-color: #B26864;
}
</style>
border-color css
<style>
span { border-color: #B26864; }
span { border-color: rgb(178,104,100); }
td.TdClassName
{
border-color: #B26864;
}
.TagClassName
{
border-color: #B26864;
}
</style>