Shades of Coral Tree #B4705D
Tints of Coral Tree #B4705D
RGB
CMYK
RGB Variations
Color information
#B4705D (or 0xB4705D) is known color: Coral Tree. HEX triplet: B4, 70 and 5D. RGB value is (180,112,93). Sum of RGB (Red+Green+Blue) = 180+112+93=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 180 - color contains mainly: red. Hex color #B4705D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4705D is #4B8FA2. Grayscale: #828282. Windows color (decimal): -4951971 or 6123700. OLE color: 6123700.
HSL color Cylindrical-coordinate representation of color #B4705D: hue angle of 13.1º 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 #B4705D is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 112 | 93 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.29 |
| HSL | 13.1º | 0.37% | 0.54% | - |
| HSV(B) | 13.1º | 0.48% | 0.71% | - |
| XYZ | 26.59 | 22.08 | 13.22 | - |
| YUV | 130.17 | 107.03 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 112 | 93 | 0 | 0.38 | 0.48 | 0.29 | 13.1 | 0.37 | 0.54 |
| Hex | B4 | 70 | 5D | 0 | 26 | 30 | 1D | D | 25 | 36 |
| Octal | 264 | 160 | 135 | 0 | 46 | 60 | 35 | 15 | 45 | 66 |
| Binary | 10110100 | 1110000 | 1011101 | 0 | 100110 | 110000 | 11101 | 1101 | 100101 | 110110 |
Color Harmonies of #B4705D
Complementary color
Monochromatic Colors of #B4705D
Black with #B4705D
Text Example
Text Example
White with #B4705D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4705D; }
p { color: rgb(180,112,93); }
H1.HeaderClassName
{
color: #B4705D;
}
.AnyTagClassName
{
color: #B4705D;
}
</style>
background-color css
<style>
a { background-color: #B4705D; }
a { background-color: rgb(180,112,93); }
div.DivClassName
{
background-color: #B4705D;
}
.BgClassName
{
background-color: #B4705D;
}
</style>
border-color css
<style>
span { border-color: #B4705D; }
span { border-color: rgb(180,112,93); }
td.TdClassName
{
border-color: #B4705D;
}
.TagClassName
{
border-color: #B4705D;
}
</style>