Shades of Coral Tree #B4705E
Tints of Coral Tree #B4705E
RGB
CMYK
RGB Variations
Color information
#B4705E (or 0xB4705E) is known color: Coral Tree. HEX triplet: B4, 70 and 5E. RGB value is (180,112,94). Sum of RGB (Red+Green+Blue) = 180+112+94=386 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.63% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 94 (37.11% from 255 or 24.35% from 386); Max value from RGB is 180 - color contains mainly: red. Hex color #B4705E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4705E is #4B8FA1. Grayscale: #828282. Windows color (decimal): -4951970 or 6189236. OLE color: 6189236.
HSL color Cylindrical-coordinate representation of color #B4705E: hue angle of 12.56º degrees, saturation: 0.36, 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 #B4705E is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 112 | 94 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.29 |
| HSL | 12.56º | 0.36% | 0.54% | - |
| HSV(B) | 12.56º | 0.48% | 0.71% | - |
| XYZ | 26.64 | 22.1 | 13.45 | - |
| YUV | 130.28 | 107.53 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 112 | 94 | 0 | 0.38 | 0.48 | 0.29 | 12.56 | 0.36 | 0.54 |
| Hex | B4 | 70 | 5E | 0 | 26 | 30 | 1D | D | 24 | 36 |
| Octal | 264 | 160 | 136 | 0 | 46 | 60 | 35 | 15 | 44 | 66 |
| Binary | 10110100 | 1110000 | 1011110 | 0 | 100110 | 110000 | 11101 | 1101 | 100100 | 110110 |
Color Harmonies of #B4705E
Complementary color
Monochromatic Colors of #B4705E
Black with #B4705E
Text Example
Text Example
White with #B4705E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4705E; }
p { color: rgb(180,112,94); }
H1.HeaderClassName
{
color: #B4705E;
}
.AnyTagClassName
{
color: #B4705E;
}
</style>
background-color css
<style>
a { background-color: #B4705E; }
a { background-color: rgb(180,112,94); }
div.DivClassName
{
background-color: #B4705E;
}
.BgClassName
{
background-color: #B4705E;
}
</style>
border-color css
<style>
span { border-color: #B4705E; }
span { border-color: rgb(180,112,94); }
td.TdClassName
{
border-color: #B4705E;
}
.TagClassName
{
border-color: #B4705E;
}
</style>