Shades of Coral Tree #B26B68
Tints of Coral Tree #B26B68
RGB
CMYK
RGB Variations
Color information
#B26B68 (or 0xB26B68) is known color: Coral Tree. HEX triplet: B2, 6B and 68. RGB value is (178,107,104). Sum of RGB (Red+Green+Blue) = 178+107+104=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 107 (42.19% from 255 or 27.51% from 389); Blue value is 104 (41.02% from 255 or 26.74% from 389); Max value from RGB is 178 - color contains mainly: red. Hex color #B26B68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26B68 is #4D9497. Grayscale: #7F7F7F. Windows color (decimal): -5084312 or 6843314. OLE color: 6843314.
HSL color Cylindrical-coordinate representation of color #B26B68: hue angle of 2.43º degrees, saturation: 0.32, 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 #B26B68 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 107 | 104 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.30 |
| HSL | 2.43º | 0.32% | 0.55% | - |
| HSV(B) | 2.43º | 0.42% | 0.7% | - |
| XYZ | 26.12 | 20.98 | 15.77 | - |
| YUV | 127.89 | 114.52 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 107 | 104 | 0 | 0.40 | 0.42 | 0.30 | 2.43 | 0.32 | 0.55 |
| Hex | B2 | 6B | 68 | 0 | 28 | 2A | 1E | 2 | 20 | 37 |
| Octal | 262 | 153 | 150 | 0 | 50 | 52 | 36 | 2 | 40 | 67 |
| Binary | 10110010 | 1101011 | 1101000 | 0 | 101000 | 101010 | 11110 | 10 | 100000 | 110111 |
Color Harmonies of #B26B68
Complementary color
Monochromatic Colors of #B26B68
Black with #B26B68
Text Example
Text Example
White with #B26B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26B68; }
p { color: rgb(178,107,104); }
H1.HeaderClassName
{
color: #B26B68;
}
.AnyTagClassName
{
color: #B26B68;
}
</style>
background-color css
<style>
a { background-color: #B26B68; }
a { background-color: rgb(178,107,104); }
div.DivClassName
{
background-color: #B26B68;
}
.BgClassName
{
background-color: #B26B68;
}
</style>
border-color css
<style>
span { border-color: #B26B68; }
span { border-color: rgb(178,107,104); }
td.TdClassName
{
border-color: #B26B68;
}
.TagClassName
{
border-color: #B26B68;
}
</style>