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