Shades of Coral Tree #B06E60
Tints of Coral Tree #B06E60
RGB
CMYK
RGB Variations
Color information
#B06E60 (or 0xB06E60) is known color: Coral Tree. HEX triplet: B0, 6E and 60. RGB value is (176,110,96). Sum of RGB (Red+Green+Blue) = 176+110+96=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 110 (43.36% from 255 or 28.80% from 382); Blue value is 96 (37.89% from 255 or 25.13% from 382); Max value from RGB is 176 - color contains mainly: red. Hex color #B06E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06E60 is #4F919F. Grayscale: #808080. Windows color (decimal): -5214624 or 6319792. OLE color: 6319792.
HSL color Cylindrical-coordinate representation of color #B06E60: hue angle of 10.5º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B06E60 is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 110 | 96 | - |
| CMYK | 0 | 0.37 | 0.45 | 0.31 |
| HSL | 10.5º | 0.34% | 0.53% | - |
| HSV(B) | 10.5º | 0.45% | 0.69% | - |
| XYZ | 25.59 | 21.23 | 13.81 | - |
| YUV | 128.14 | 109.87 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 110 | 96 | 0 | 0.37 | 0.45 | 0.31 | 10.5 | 0.34 | 0.53 |
| Hex | B0 | 6E | 60 | 0 | 25 | 2D | 1F | A | 22 | 35 |
| Octal | 260 | 156 | 140 | 0 | 45 | 55 | 37 | 12 | 42 | 65 |
| Binary | 10110000 | 1101110 | 1100000 | 0 | 100101 | 101101 | 11111 | 1010 | 100010 | 110101 |
Color Harmonies of #B06E60
Complementary color
Monochromatic Colors of #B06E60
Black with #B06E60
Text Example
Text Example
White with #B06E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06E60; }
p { color: rgb(176,110,96); }
H1.HeaderClassName
{
color: #B06E60;
}
.AnyTagClassName
{
color: #B06E60;
}
</style>
background-color css
<style>
a { background-color: #B06E60; }
a { background-color: rgb(176,110,96); }
div.DivClassName
{
background-color: #B06E60;
}
.BgClassName
{
background-color: #B06E60;
}
</style>
border-color css
<style>
span { border-color: #B06E60; }
span { border-color: rgb(176,110,96); }
td.TdClassName
{
border-color: #B06E60;
}
.TagClassName
{
border-color: #B06E60;
}
</style>