Shades of Coral Tree #B26E6E
Tints of Coral Tree #B26E6E
RGB
CMYK
RGB Variations
Color information
#B26E6E (or 0xB26E6E) is known color: Coral Tree. HEX triplet: B2, 6E and 6E. RGB value is (178,110,110). Sum of RGB (Red+Green+Blue) = 178+110+110=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 110 (43.36% from 255 or 27.64% from 398); Max value from RGB is 178 - color contains mainly: red. Hex color #B26E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26E6E is #4D9191. Grayscale: #828282. Windows color (decimal): -5083538 or 7237298. OLE color: 7237298.
HSL color Cylindrical-coordinate representation of color #B26E6E: hue angle of 0º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B26E6E is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 110 | 110 | - |
| CMYK | 0 | 0.38 | 0.38 | 0.30 |
| HSL | 0º | 0.31% | 0.56% | - |
| HSV(B) | 0º | 0.38% | 0.7% | - |
| XYZ | 26.75 | 21.74 | 17.54 | - |
| YUV | 130.33 | 116.53 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 110 | 110 | 0 | 0.38 | 0.38 | 0.30 | 0 | 0.31 | 0.56 |
| Hex | B2 | 6E | 6E | 0 | 26 | 26 | 1E | 0 | 1F | 38 |
| Octal | 262 | 156 | 156 | 0 | 46 | 46 | 36 | 0 | 37 | 70 |
| Binary | 10110010 | 1101110 | 1101110 | 0 | 100110 | 100110 | 11110 | 0 | 11111 | 111000 |
Color Harmonies of #B26E6E
Complementary color
Monochromatic Colors of #B26E6E
Black with #B26E6E
Text Example
Text Example
White with #B26E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26E6E; }
p { color: rgb(178,110,110); }
H1.HeaderClassName
{
color: #B26E6E;
}
.AnyTagClassName
{
color: #B26E6E;
}
</style>
background-color css
<style>
a { background-color: #B26E6E; }
a { background-color: rgb(178,110,110); }
div.DivClassName
{
background-color: #B26E6E;
}
.BgClassName
{
background-color: #B26E6E;
}
</style>
border-color css
<style>
span { border-color: #B26E6E; }
span { border-color: rgb(178,110,110); }
td.TdClassName
{
border-color: #B26E6E;
}
.TagClassName
{
border-color: #B26E6E;
}
</style>