Shades of Coral Tree #B06D6D
Tints of Coral Tree #B06D6D
RGB
CMYK
RGB Variations
Color information
#B06D6D (or 0xB06D6D) is known color: Coral Tree. HEX triplet: B0, 6D and 6D. RGB value is (176,109,109). Sum of RGB (Red+Green+Blue) = 176+109+109=394 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.67% from 394); Green value is 109 (42.97% from 255 or 27.66% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06D6D is #4F9292. Grayscale: #818181. Windows color (decimal): -5214867 or 7171504. OLE color: 7171504.
HSL color Cylindrical-coordinate representation of color #B06D6D: hue angle of 0º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B06D6D is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 109 | 109 | - |
| CMYK | 0 | 0.38 | 0.38 | 0.31 |
| HSL | 0º | 0.3% | 0.56% | - |
| HSV(B) | 0º | 0.38% | 0.69% | - |
| XYZ | 26.13 | 21.27 | 17.2 | - |
| YUV | 129.03 | 116.7 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 109 | 109 | 0 | 0.38 | 0.38 | 0.31 | 0 | 0.3 | 0.56 |
| Hex | B0 | 6D | 6D | 0 | 26 | 26 | 1F | 0 | 1E | 38 |
| Octal | 260 | 155 | 155 | 0 | 46 | 46 | 37 | 0 | 36 | 70 |
| Binary | 10110000 | 1101101 | 1101101 | 0 | 100110 | 100110 | 11111 | 0 | 11110 | 111000 |
Color Harmonies of #B06D6D
Complementary color
Monochromatic Colors of #B06D6D
Black with #B06D6D
Text Example
Text Example
White with #B06D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06D6D; }
p { color: rgb(176,109,109); }
H1.HeaderClassName
{
color: #B06D6D;
}
.AnyTagClassName
{
color: #B06D6D;
}
</style>
background-color css
<style>
a { background-color: #B06D6D; }
a { background-color: rgb(176,109,109); }
div.DivClassName
{
background-color: #B06D6D;
}
.BgClassName
{
background-color: #B06D6D;
}
</style>
border-color css
<style>
span { border-color: #B06D6D; }
span { border-color: rgb(176,109,109); }
td.TdClassName
{
border-color: #B06D6D;
}
.TagClassName
{
border-color: #B06D6D;
}
</style>