Shades of Coral Tree #B5705F
Tints of Coral Tree #B5705F
RGB
CMYK
RGB Variations
Color information
#B5705F (or 0xB5705F) is known color: Coral Tree. HEX triplet: B5, 70 and 5F. RGB value is (181,112,95). Sum of RGB (Red+Green+Blue) = 181+112+95=388 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.65% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 95 (37.5% from 255 or 24.48% from 388); Max value from RGB is 181 - color contains mainly: red. Hex color #B5705F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5705F is #4A8FA0. Grayscale: #828282. Windows color (decimal): -4886433 or 6254773. OLE color: 6254773.
HSL color Cylindrical-coordinate representation of color #B5705F: hue angle of 11.86º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B5705F is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 112 | 95 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.29 |
| HSL | 11.86º | 0.37% | 0.54% | - |
| HSV(B) | 11.86º | 0.48% | 0.71% | - |
| XYZ | 26.92 | 22.24 | 13.7 | - |
| YUV | 130.69 | 107.86 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 112 | 95 | 0 | 0.38 | 0.48 | 0.29 | 11.86 | 0.37 | 0.54 |
| Hex | B5 | 70 | 5F | 0 | 26 | 30 | 1D | C | 25 | 36 |
| Octal | 265 | 160 | 137 | 0 | 46 | 60 | 35 | 14 | 45 | 66 |
| Binary | 10110101 | 1110000 | 1011111 | 0 | 100110 | 110000 | 11101 | 1100 | 100101 | 110110 |
Color Harmonies of #B5705F
Complementary color
Monochromatic Colors of #B5705F
Black with #B5705F
Text Example
Text Example
White with #B5705F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5705F; }
p { color: rgb(181,112,95); }
H1.HeaderClassName
{
color: #B5705F;
}
.AnyTagClassName
{
color: #B5705F;
}
</style>
background-color css
<style>
a { background-color: #B5705F; }
a { background-color: rgb(181,112,95); }
div.DivClassName
{
background-color: #B5705F;
}
.BgClassName
{
background-color: #B5705F;
}
</style>
border-color css
<style>
span { border-color: #B5705F; }
span { border-color: rgb(181,112,95); }
td.TdClassName
{
border-color: #B5705F;
}
.TagClassName
{
border-color: #B5705F;
}
</style>