Shades of Coral Tree #B06D68
Tints of Coral Tree #B06D68
RGB
CMYK
RGB Variations
Color information
#B06D68 (or 0xB06D68) is known color: Coral Tree. HEX triplet: B0, 6D and 68. RGB value is (176,109,104). Sum of RGB (Red+Green+Blue) = 176+109+104=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 109 (42.97% from 255 or 28.02% from 389); Blue value is 104 (41.02% from 255 or 26.74% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06D68 is #4F9297. Grayscale: #808080. Windows color (decimal): -5214872 or 6843824. OLE color: 6843824.
HSL color Cylindrical-coordinate representation of color #B06D68: hue angle of 4.17º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B06D68 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 109 | 104 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.31 |
| HSL | 4.17º | 0.31% | 0.55% | - |
| HSV(B) | 4.17º | 0.41% | 0.69% | - |
| XYZ | 25.87 | 21.17 | 15.82 | - |
| YUV | 128.46 | 114.2 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 109 | 104 | 0 | 0.38 | 0.41 | 0.31 | 4.17 | 0.31 | 0.55 |
| Hex | B0 | 6D | 68 | 0 | 26 | 29 | 1F | 4 | 1F | 37 |
| Octal | 260 | 155 | 150 | 0 | 46 | 51 | 37 | 4 | 37 | 67 |
| Binary | 10110000 | 1101101 | 1101000 | 0 | 100110 | 101001 | 11111 | 100 | 11111 | 110111 |
Color Harmonies of #B06D68
Complementary color
Monochromatic Colors of #B06D68
Black with #B06D68
Text Example
Text Example
White with #B06D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06D68; }
p { color: rgb(176,109,104); }
H1.HeaderClassName
{
color: #B06D68;
}
.AnyTagClassName
{
color: #B06D68;
}
</style>
background-color css
<style>
a { background-color: #B06D68; }
a { background-color: rgb(176,109,104); }
div.DivClassName
{
background-color: #B06D68;
}
.BgClassName
{
background-color: #B06D68;
}
</style>
border-color css
<style>
span { border-color: #B06D68; }
span { border-color: rgb(176,109,104); }
td.TdClassName
{
border-color: #B06D68;
}
.TagClassName
{
border-color: #B06D68;
}
</style>