Shades of Coral Tree #B26E67
Tints of Coral Tree #B26E67
RGB
CMYK
RGB Variations
Color information
#B26E67 (or 0xB26E67) is known color: Coral Tree. HEX triplet: B2, 6E and 67. RGB value is (178,110,103). Sum of RGB (Red+Green+Blue) = 178+110+103=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 110 (43.36% from 255 or 28.13% from 391); Blue value is 103 (40.62% from 255 or 26.34% from 391); Max value from RGB is 178 - color contains mainly: red. Hex color #B26E67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26E67 is #4D9198. Grayscale: #818181. Windows color (decimal): -5083545 or 6778546. OLE color: 6778546.
HSL color Cylindrical-coordinate representation of color #B26E67: hue angle of 5.6º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B26E67 is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 110 | 103 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.30 |
| HSL | 5.6º | 0.33% | 0.55% | - |
| HSV(B) | 5.6º | 0.42% | 0.7% | - |
| XYZ | 26.38 | 21.6 | 15.61 | - |
| YUV | 129.53 | 113.03 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 110 | 103 | 0 | 0.38 | 0.42 | 0.30 | 5.6 | 0.33 | 0.55 |
| Hex | B2 | 6E | 67 | 0 | 26 | 2A | 1E | 6 | 21 | 37 |
| Octal | 262 | 156 | 147 | 0 | 46 | 52 | 36 | 6 | 41 | 67 |
| Binary | 10110010 | 1101110 | 1100111 | 0 | 100110 | 101010 | 11110 | 110 | 100001 | 110111 |
Color Harmonies of #B26E67
Complementary color
Monochromatic Colors of #B26E67
Black with #B26E67
Text Example
Text Example
White with #B26E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26E67; }
p { color: rgb(178,110,103); }
H1.HeaderClassName
{
color: #B26E67;
}
.AnyTagClassName
{
color: #B26E67;
}
</style>
background-color css
<style>
a { background-color: #B26E67; }
a { background-color: rgb(178,110,103); }
div.DivClassName
{
background-color: #B26E67;
}
.BgClassName
{
background-color: #B26E67;
}
</style>
border-color css
<style>
span { border-color: #B26E67; }
span { border-color: rgb(178,110,103); }
td.TdClassName
{
border-color: #B26E67;
}
.TagClassName
{
border-color: #B26E67;
}
</style>