Shades of Coral Tree #B06D69
Tints of Coral Tree #B06D69
RGB
CMYK
RGB Variations
Color information
#B06D69 (or 0xB06D69) is known color: Coral Tree. HEX triplet: B0, 6D and 69. RGB value is (176,109,105). Sum of RGB (Red+Green+Blue) = 176+109+105=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 109 (42.97% from 255 or 27.95% from 390); Blue value is 105 (41.41% from 255 or 26.92% from 390); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06D69 is #4F9296. Grayscale: #808080. Windows color (decimal): -5214871 or 6909360. OLE color: 6909360.
HSL color Cylindrical-coordinate representation of color #B06D69: hue angle of 3.38º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B06D69 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 109 | 105 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.31 |
| HSL | 3.38º | 0.31% | 0.55% | - |
| HSV(B) | 3.38º | 0.4% | 0.69% | - |
| XYZ | 25.92 | 21.19 | 16.09 | - |
| YUV | 128.58 | 114.7 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 109 | 105 | 0 | 0.38 | 0.40 | 0.31 | 3.38 | 0.31 | 0.55 |
| Hex | B0 | 6D | 69 | 0 | 26 | 28 | 1F | 3 | 1F | 37 |
| Octal | 260 | 155 | 151 | 0 | 46 | 50 | 37 | 3 | 37 | 67 |
| Binary | 10110000 | 1101101 | 1101001 | 0 | 100110 | 101000 | 11111 | 11 | 11111 | 110111 |
Color Harmonies of #B06D69
Complementary color
Monochromatic Colors of #B06D69
Black with #B06D69
Text Example
Text Example
White with #B06D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06D69; }
p { color: rgb(176,109,105); }
H1.HeaderClassName
{
color: #B06D69;
}
.AnyTagClassName
{
color: #B06D69;
}
</style>
background-color css
<style>
a { background-color: #B06D69; }
a { background-color: rgb(176,109,105); }
div.DivClassName
{
background-color: #B06D69;
}
.BgClassName
{
background-color: #B06D69;
}
</style>
border-color css
<style>
span { border-color: #B06D69; }
span { border-color: rgb(176,109,105); }
td.TdClassName
{
border-color: #B06D69;
}
.TagClassName
{
border-color: #B06D69;
}
</style>