Shades of Coral Tree #B06D5C
Tints of Coral Tree #B06D5C
RGB
CMYK
RGB Variations
Color information
#B06D5C (or 0xB06D5C) is known color: Coral Tree. HEX triplet: B0, 6D and 5C. RGB value is (176,109,92). Sum of RGB (Red+Green+Blue) = 176+109+92=377 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.68% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06D5C is #4F92A3. Grayscale: #7F7F7F. Windows color (decimal): -5214884 or 6057392. OLE color: 6057392.
HSL color Cylindrical-coordinate representation of color #B06D5C: hue angle of 12.14º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B06D5C is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 109 | 92 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.31 |
| HSL | 12.14º | 0.35% | 0.53% | - |
| HSV(B) | 12.14º | 0.48% | 0.69% | - |
| XYZ | 25.3 | 20.94 | 12.83 | - |
| YUV | 127.1 | 108.2 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 109 | 92 | 0 | 0.38 | 0.48 | 0.31 | 12.14 | 0.35 | 0.53 |
| Hex | B0 | 6D | 5C | 0 | 26 | 30 | 1F | C | 23 | 35 |
| Octal | 260 | 155 | 134 | 0 | 46 | 60 | 37 | 14 | 43 | 65 |
| Binary | 10110000 | 1101101 | 1011100 | 0 | 100110 | 110000 | 11111 | 1100 | 100011 | 110101 |
Color Harmonies of #B06D5C
Complementary color
Monochromatic Colors of #B06D5C
Black with #B06D5C
Text Example
Text Example
White with #B06D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06D5C; }
p { color: rgb(176,109,92); }
H1.HeaderClassName
{
color: #B06D5C;
}
.AnyTagClassName
{
color: #B06D5C;
}
</style>
background-color css
<style>
a { background-color: #B06D5C; }
a { background-color: rgb(176,109,92); }
div.DivClassName
{
background-color: #B06D5C;
}
.BgClassName
{
background-color: #B06D5C;
}
</style>
border-color css
<style>
span { border-color: #B06D5C; }
span { border-color: rgb(176,109,92); }
td.TdClassName
{
border-color: #B06D5C;
}
.TagClassName
{
border-color: #B06D5C;
}
</style>