Shades of Coral Tree #B06E5F
Tints of Coral Tree #B06E5F
RGB
CMYK
RGB Variations
Color information
#B06E5F (or 0xB06E5F) is known color: Coral Tree. HEX triplet: B0, 6E and 5F. RGB value is (176,110,95). Sum of RGB (Red+Green+Blue) = 176+110+95=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 110 (43.36% from 255 or 28.87% from 381); Blue value is 95 (37.5% from 255 or 24.93% from 381); Max value from RGB is 176 - color contains mainly: red. Hex color #B06E5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06E5F is #4F91A0. Grayscale: #808080. Windows color (decimal): -5214625 or 6254256. OLE color: 6254256.
HSL color Cylindrical-coordinate representation of color #B06E5F: hue angle of 11.11º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B06E5F is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 110 | 95 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.31 |
| HSL | 11.11º | 0.34% | 0.53% | - |
| HSV(B) | 11.11º | 0.46% | 0.69% | - |
| XYZ | 25.55 | 21.21 | 13.57 | - |
| YUV | 128.02 | 109.37 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 110 | 95 | 0 | 0.37 | 0.46 | 0.31 | 11.11 | 0.34 | 0.53 |
| Hex | B0 | 6E | 5F | 0 | 25 | 2E | 1F | B | 22 | 35 |
| Octal | 260 | 156 | 137 | 0 | 45 | 56 | 37 | 13 | 42 | 65 |
| Binary | 10110000 | 1101110 | 1011111 | 0 | 100101 | 101110 | 11111 | 1011 | 100010 | 110101 |
Color Harmonies of #B06E5F
Complementary color
Monochromatic Colors of #B06E5F
Black with #B06E5F
Text Example
Text Example
White with #B06E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06E5F; }
p { color: rgb(176,110,95); }
H1.HeaderClassName
{
color: #B06E5F;
}
.AnyTagClassName
{
color: #B06E5F;
}
</style>
background-color css
<style>
a { background-color: #B06E5F; }
a { background-color: rgb(176,110,95); }
div.DivClassName
{
background-color: #B06E5F;
}
.BgClassName
{
background-color: #B06E5F;
}
</style>
border-color css
<style>
span { border-color: #B06E5F; }
span { border-color: rgb(176,110,95); }
td.TdClassName
{
border-color: #B06E5F;
}
.TagClassName
{
border-color: #B06E5F;
}
</style>