Shades of Coral Tree #B4706E
Tints of Coral Tree #B4706E
RGB
CMYK
RGB Variations
Color information
#B4706E (or 0xB4706E) is known color: Coral Tree. HEX triplet: B4, 70 and 6E. RGB value is (180,112,110). Sum of RGB (Red+Green+Blue) = 180+112+110=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 110 (43.36% from 255 or 27.36% from 402); Max value from RGB is 180 - color contains mainly: red. Hex color #B4706E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4706E is #4B8F91. Grayscale: #848484. Windows color (decimal): -4951954 or 7237812. OLE color: 7237812.
HSL color Cylindrical-coordinate representation of color #B4706E: hue angle of 1.71º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B4706E is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 112 | 110 | - |
| CMYK | 0 | 0.38 | 0.39 | 0.29 |
| HSL | 1.71º | 0.32% | 0.57% | - |
| HSV(B) | 1.71º | 0.39% | 0.71% | - |
| XYZ | 27.43 | 22.42 | 17.63 | - |
| YUV | 132.1 | 115.53 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 112 | 110 | 0 | 0.38 | 0.39 | 0.29 | 1.71 | 0.32 | 0.57 |
| Hex | B4 | 70 | 6E | 0 | 26 | 27 | 1D | 2 | 20 | 39 |
| Octal | 264 | 160 | 156 | 0 | 46 | 47 | 35 | 2 | 40 | 71 |
| Binary | 10110100 | 1110000 | 1101110 | 0 | 100110 | 100111 | 11101 | 10 | 100000 | 111001 |
Color Harmonies of #B4706E
Complementary color
Monochromatic Colors of #B4706E
Black with #B4706E
Text Example
Text Example
White with #B4706E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4706E; }
p { color: rgb(180,112,110); }
H1.HeaderClassName
{
color: #B4706E;
}
.AnyTagClassName
{
color: #B4706E;
}
</style>
background-color css
<style>
a { background-color: #B4706E; }
a { background-color: rgb(180,112,110); }
div.DivClassName
{
background-color: #B4706E;
}
.BgClassName
{
background-color: #B4706E;
}
</style>
border-color css
<style>
span { border-color: #B4706E; }
span { border-color: rgb(180,112,110); }
td.TdClassName
{
border-color: #B4706E;
}
.TagClassName
{
border-color: #B4706E;
}
</style>