Shades of Coral Tree #B5705D
Tints of Coral Tree #B5705D
RGB
CMYK
RGB Variations
Color information
#B5705D (or 0xB5705D) is known color: Coral Tree. HEX triplet: B5, 70 and 5D. RGB value is (181,112,93). Sum of RGB (Red+Green+Blue) = 181+112+93=386 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.89% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 181 - color contains mainly: red. Hex color #B5705D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5705D is #4A8FA2. Grayscale: #828282. Windows color (decimal): -4886435 or 6123701. OLE color: 6123701.
HSL color Cylindrical-coordinate representation of color #B5705D: hue angle of 12.95º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B5705D is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 112 | 93 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.29 |
| HSL | 12.95º | 0.37% | 0.54% | - |
| HSV(B) | 12.95º | 0.49% | 0.71% | - |
| XYZ | 26.83 | 22.2 | 13.23 | - |
| YUV | 130.47 | 106.86 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 112 | 93 | 0 | 0.38 | 0.49 | 0.29 | 12.95 | 0.37 | 0.54 |
| Hex | B5 | 70 | 5D | 0 | 26 | 31 | 1D | D | 25 | 36 |
| Octal | 265 | 160 | 135 | 0 | 46 | 61 | 35 | 15 | 45 | 66 |
| Binary | 10110101 | 1110000 | 1011101 | 0 | 100110 | 110001 | 11101 | 1101 | 100101 | 110110 |
Color Harmonies of #B5705D
Complementary color
Monochromatic Colors of #B5705D
Black with #B5705D
Text Example
Text Example
White with #B5705D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5705D; }
p { color: rgb(181,112,93); }
H1.HeaderClassName
{
color: #B5705D;
}
.AnyTagClassName
{
color: #B5705D;
}
</style>
background-color css
<style>
a { background-color: #B5705D; }
a { background-color: rgb(181,112,93); }
div.DivClassName
{
background-color: #B5705D;
}
.BgClassName
{
background-color: #B5705D;
}
</style>
border-color css
<style>
span { border-color: #B5705D; }
span { border-color: rgb(181,112,93); }
td.TdClassName
{
border-color: #B5705D;
}
.TagClassName
{
border-color: #B5705D;
}
</style>