Shades of Coral Tree #B47666
Tints of Coral Tree #B47666
RGB
CMYK
RGB Variations
Color information
#B47666 (or 0xB47666) is known color: Coral Tree. HEX triplet: B4, 76 and 66. RGB value is (180,118,102). Sum of RGB (Red+Green+Blue) = 180+118+102=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 102 (40.23% from 255 or 25.5% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B47666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47666 is #4B8999. Grayscale: #868686. Windows color (decimal): -4950426 or 6715060. OLE color: 6715060.
HSL color Cylindrical-coordinate representation of color #B47666: hue angle of 12.31º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B47666 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 118 | 102 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.29 |
| HSL | 12.31º | 0.34% | 0.55% | - |
| HSV(B) | 12.31º | 0.43% | 0.71% | - |
| XYZ | 27.7 | 23.62 | 15.67 | - |
| YUV | 134.71 | 109.54 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 118 | 102 | 0 | 0.34 | 0.43 | 0.29 | 12.31 | 0.34 | 0.55 |
| Hex | B4 | 76 | 66 | 0 | 22 | 2B | 1D | C | 22 | 37 |
| Octal | 264 | 166 | 146 | 0 | 42 | 53 | 35 | 14 | 42 | 67 |
| Binary | 10110100 | 1110110 | 1100110 | 0 | 100010 | 101011 | 11101 | 1100 | 100010 | 110111 |
Color Harmonies of #B47666
Complementary color
Monochromatic Colors of #B47666
Black with #B47666
Text Example
Text Example
White with #B47666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47666; }
p { color: rgb(180,118,102); }
H1.HeaderClassName
{
color: #B47666;
}
.AnyTagClassName
{
color: #B47666;
}
</style>
background-color css
<style>
a { background-color: #B47666; }
a { background-color: rgb(180,118,102); }
div.DivClassName
{
background-color: #B47666;
}
.BgClassName
{
background-color: #B47666;
}
</style>
border-color css
<style>
span { border-color: #B47666; }
span { border-color: rgb(180,118,102); }
td.TdClassName
{
border-color: #B47666;
}
.TagClassName
{
border-color: #B47666;
}
</style>