Shades of Coral Tree #B06863
Tints of Coral Tree #B06863
RGB
CMYK
RGB Variations
Color information
#B06863 (or 0xB06863) is known color: Coral Tree. HEX triplet: B0, 68 and 63. RGB value is (176,104,99). Sum of RGB (Red+Green+Blue) = 176+104+99=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 99 (39.06% from 255 or 26.12% from 379); Max value from RGB is 176 - color contains mainly: red. Hex color #B06863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06863 is #4F979C. Grayscale: #7D7D7D. Windows color (decimal): -5216157 or 6514864. OLE color: 6514864.
HSL color Cylindrical-coordinate representation of color #B06863: hue angle of 3.9º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B06863 is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 104 | 99 | - |
| CMYK | 0 | 0.41 | 0.44 | 0.31 |
| HSL | 3.9º | 0.33% | 0.54% | - |
| HSV(B) | 3.9º | 0.44% | 0.69% | - |
| XYZ | 25.11 | 20.03 | 14.35 | - |
| YUV | 124.96 | 113.35 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 104 | 99 | 0 | 0.41 | 0.44 | 0.31 | 3.9 | 0.33 | 0.54 |
| Hex | B0 | 68 | 63 | 0 | 29 | 2C | 1F | 4 | 21 | 36 |
| Octal | 260 | 150 | 143 | 0 | 51 | 54 | 37 | 4 | 41 | 66 |
| Binary | 10110000 | 1101000 | 1100011 | 0 | 101001 | 101100 | 11111 | 100 | 100001 | 110110 |
Color Harmonies of #B06863
Complementary color
Monochromatic Colors of #B06863
Black with #B06863
Text Example
Text Example
White with #B06863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06863; }
p { color: rgb(176,104,99); }
H1.HeaderClassName
{
color: #B06863;
}
.AnyTagClassName
{
color: #B06863;
}
</style>
background-color css
<style>
a { background-color: #B06863; }
a { background-color: rgb(176,104,99); }
div.DivClassName
{
background-color: #B06863;
}
.BgClassName
{
background-color: #B06863;
}
</style>
border-color css
<style>
span { border-color: #B06863; }
span { border-color: rgb(176,104,99); }
td.TdClassName
{
border-color: #B06863;
}
.TagClassName
{
border-color: #B06863;
}
</style>