Shades of Coral Tree #B06F68
Tints of Coral Tree #B06F68
RGB
CMYK
RGB Variations
Color information
#B06F68 (or 0xB06F68) is known color: Coral Tree. HEX triplet: B0, 6F and 68. RGB value is (176,111,104). Sum of RGB (Red+Green+Blue) = 176+111+104=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 104 (41.02% from 255 or 26.60% from 391); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06F68 is #4F9097. Grayscale: #818181. Windows color (decimal): -5214360 or 6844336. OLE color: 6844336.
HSL color Cylindrical-coordinate representation of color #B06F68: hue angle of 5.83º 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 #B06F68 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 111 | 104 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.31 |
| HSL | 5.83º | 0.31% | 0.55% | - |
| HSV(B) | 5.83º | 0.41% | 0.69% | - |
| XYZ | 26.09 | 21.6 | 15.89 | - |
| YUV | 129.64 | 113.53 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 111 | 104 | 0 | 0.37 | 0.41 | 0.31 | 5.83 | 0.31 | 0.55 |
| Hex | B0 | 6F | 68 | 0 | 25 | 29 | 1F | 6 | 1F | 37 |
| Octal | 260 | 157 | 150 | 0 | 45 | 51 | 37 | 6 | 37 | 67 |
| Binary | 10110000 | 1101111 | 1101000 | 0 | 100101 | 101001 | 11111 | 110 | 11111 | 110111 |
Color Harmonies of #B06F68
Complementary color
Monochromatic Colors of #B06F68
Black with #B06F68
Text Example
Text Example
White with #B06F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06F68; }
p { color: rgb(176,111,104); }
H1.HeaderClassName
{
color: #B06F68;
}
.AnyTagClassName
{
color: #B06F68;
}
</style>
background-color css
<style>
a { background-color: #B06F68; }
a { background-color: rgb(176,111,104); }
div.DivClassName
{
background-color: #B06F68;
}
.BgClassName
{
background-color: #B06F68;
}
</style>
border-color css
<style>
span { border-color: #B06F68; }
span { border-color: rgb(176,111,104); }
td.TdClassName
{
border-color: #B06F68;
}
.TagClassName
{
border-color: #B06F68;
}
</style>