Shades of Coral Tree #B47166
Tints of Coral Tree #B47166
RGB
CMYK
RGB Variations
Color information
#B47166 (or 0xB47166) is known color: Coral Tree. HEX triplet: B4, 71 and 66. RGB value is (180,113,102). Sum of RGB (Red+Green+Blue) = 180+113+102=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 102 (40.23% from 255 or 25.82% from 395); Max value from RGB is 180 - color contains mainly: red. Hex color #B47166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47166 is #4B8E99. Grayscale: #838383. Windows color (decimal): -4951706 or 6713780. OLE color: 6713780.
HSL color Cylindrical-coordinate representation of color #B47166: hue angle of 8.46º 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 #B47166 is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 113 | 102 | - |
| CMYK | 0 | 0.37 | 0.43 | 0.29 |
| HSL | 8.46º | 0.34% | 0.55% | - |
| HSV(B) | 8.46º | 0.43% | 0.71% | - |
| XYZ | 27.13 | 22.47 | 15.48 | - |
| YUV | 131.78 | 111.2 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 113 | 102 | 0 | 0.37 | 0.43 | 0.29 | 8.46 | 0.34 | 0.55 |
| Hex | B4 | 71 | 66 | 0 | 25 | 2B | 1D | 8 | 22 | 37 |
| Octal | 264 | 161 | 146 | 0 | 45 | 53 | 35 | 10 | 42 | 67 |
| Binary | 10110100 | 1110001 | 1100110 | 0 | 100101 | 101011 | 11101 | 1000 | 100010 | 110111 |
Color Harmonies of #B47166
Complementary color
Monochromatic Colors of #B47166
Black with #B47166
Text Example
Text Example
White with #B47166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47166; }
p { color: rgb(180,113,102); }
H1.HeaderClassName
{
color: #B47166;
}
.AnyTagClassName
{
color: #B47166;
}
</style>
background-color css
<style>
a { background-color: #B47166; }
a { background-color: rgb(180,113,102); }
div.DivClassName
{
background-color: #B47166;
}
.BgClassName
{
background-color: #B47166;
}
</style>
border-color css
<style>
span { border-color: #B47166; }
span { border-color: rgb(180,113,102); }
td.TdClassName
{
border-color: #B47166;
}
.TagClassName
{
border-color: #B47166;
}
</style>