Shades of Coral Tree #B4706D
Tints of Coral Tree #B4706D
RGB
CMYK
RGB Variations
Color information
#B4706D (or 0xB4706D) is known color: Coral Tree. HEX triplet: B4, 70 and 6D. RGB value is (180,112,109). Sum of RGB (Red+Green+Blue) = 180+112+109=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 109 (42.97% from 255 or 27.18% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B4706D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4706D is #4B8F92. Grayscale: #848484. Windows color (decimal): -4951955 or 7172276. OLE color: 7172276.
HSL color Cylindrical-coordinate representation of color #B4706D: hue angle of 2.54º 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 #B4706D is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 112 | 109 | - |
| CMYK | 0 | 0.38 | 0.39 | 0.29 |
| HSL | 2.54º | 0.32% | 0.57% | - |
| HSV(B) | 2.54º | 0.39% | 0.71% | - |
| XYZ | 27.38 | 22.4 | 17.35 | - |
| YUV | 131.99 | 115.03 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 112 | 109 | 0 | 0.38 | 0.39 | 0.29 | 2.54 | 0.32 | 0.57 |
| Hex | B4 | 70 | 6D | 0 | 26 | 27 | 1D | 3 | 20 | 39 |
| Octal | 264 | 160 | 155 | 0 | 46 | 47 | 35 | 3 | 40 | 71 |
| Binary | 10110100 | 1110000 | 1101101 | 0 | 100110 | 100111 | 11101 | 11 | 100000 | 111001 |
Color Harmonies of #B4706D
Complementary color
Monochromatic Colors of #B4706D
Black with #B4706D
Text Example
Text Example
White with #B4706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4706D; }
p { color: rgb(180,112,109); }
H1.HeaderClassName
{
color: #B4706D;
}
.AnyTagClassName
{
color: #B4706D;
}
</style>
background-color css
<style>
a { background-color: #B4706D; }
a { background-color: rgb(180,112,109); }
div.DivClassName
{
background-color: #B4706D;
}
.BgClassName
{
background-color: #B4706D;
}
</style>
border-color css
<style>
span { border-color: #B4706D; }
span { border-color: rgb(180,112,109); }
td.TdClassName
{
border-color: #B4706D;
}
.TagClassName
{
border-color: #B4706D;
}
</style>