Shades of Coral Tree #B0705D
Tints of Coral Tree #B0705D
RGB
CMYK
RGB Variations
Color information
#B0705D (or 0xB0705D) is known color: Coral Tree. HEX triplet: B0, 70 and 5D. RGB value is (176,112,93). Sum of RGB (Red+Green+Blue) = 176+112+93=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 176 - color contains mainly: red. Hex color #B0705D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0705D is #4F8FA2. Grayscale: #818181. Windows color (decimal): -5214115 or 6123696. OLE color: 6123696.
HSL color Cylindrical-coordinate representation of color #B0705D: hue angle of 13.73º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B0705D is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 112 | 93 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.31 |
| HSL | 13.73º | 0.34% | 0.53% | - |
| HSV(B) | 13.73º | 0.47% | 0.69% | - |
| XYZ | 25.67 | 21.61 | 13.17 | - |
| YUV | 128.97 | 107.7 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 112 | 93 | 0 | 0.36 | 0.47 | 0.31 | 13.73 | 0.34 | 0.53 |
| Hex | B0 | 70 | 5D | 0 | 24 | 2F | 1F | E | 22 | 35 |
| Octal | 260 | 160 | 135 | 0 | 44 | 57 | 37 | 16 | 42 | 65 |
| Binary | 10110000 | 1110000 | 1011101 | 0 | 100100 | 101111 | 11111 | 1110 | 100010 | 110101 |
Color Harmonies of #B0705D
Complementary color
Monochromatic Colors of #B0705D
Black with #B0705D
Text Example
Text Example
White with #B0705D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0705D; }
p { color: rgb(176,112,93); }
H1.HeaderClassName
{
color: #B0705D;
}
.AnyTagClassName
{
color: #B0705D;
}
</style>
background-color css
<style>
a { background-color: #B0705D; }
a { background-color: rgb(176,112,93); }
div.DivClassName
{
background-color: #B0705D;
}
.BgClassName
{
background-color: #B0705D;
}
</style>
border-color css
<style>
span { border-color: #B0705D; }
span { border-color: rgb(176,112,93); }
td.TdClassName
{
border-color: #B0705D;
}
.TagClassName
{
border-color: #B0705D;
}
</style>