Shades of Coral Tree #B06E5C
Tints of Coral Tree #B06E5C
RGB
CMYK
RGB Variations
Color information
#B06E5C (or 0xB06E5C) is known color: Coral Tree. HEX triplet: B0, 6E and 5C. RGB value is (176,110,92). Sum of RGB (Red+Green+Blue) = 176+110+92=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 176 - color contains mainly: red. Hex color #B06E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06E5C is #4F91A3. Grayscale: #7F7F7F. Windows color (decimal): -5214628 or 6057648. OLE color: 6057648.
HSL color Cylindrical-coordinate representation of color #B06E5C: hue angle of 12.86º 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 #B06E5C is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 110 | 92 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.31 |
| HSL | 12.86º | 0.35% | 0.53% | - |
| HSV(B) | 12.86º | 0.48% | 0.69% | - |
| XYZ | 25.41 | 21.15 | 12.87 | - |
| YUV | 127.68 | 107.87 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 110 | 92 | 0 | 0.37 | 0.48 | 0.31 | 12.86 | 0.35 | 0.53 |
| Hex | B0 | 6E | 5C | 0 | 25 | 30 | 1F | D | 23 | 35 |
| Octal | 260 | 156 | 134 | 0 | 45 | 60 | 37 | 15 | 43 | 65 |
| Binary | 10110000 | 1101110 | 1011100 | 0 | 100101 | 110000 | 11111 | 1101 | 100011 | 110101 |
Color Harmonies of #B06E5C
Complementary color
Monochromatic Colors of #B06E5C
Black with #B06E5C
Text Example
Text Example
White with #B06E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06E5C; }
p { color: rgb(176,110,92); }
H1.HeaderClassName
{
color: #B06E5C;
}
.AnyTagClassName
{
color: #B06E5C;
}
</style>
background-color css
<style>
a { background-color: #B06E5C; }
a { background-color: rgb(176,110,92); }
div.DivClassName
{
background-color: #B06E5C;
}
.BgClassName
{
background-color: #B06E5C;
}
</style>
border-color css
<style>
span { border-color: #B06E5C; }
span { border-color: rgb(176,110,92); }
td.TdClassName
{
border-color: #B06E5C;
}
.TagClassName
{
border-color: #B06E5C;
}
</style>