Shades of Coral Tree #B47676
Tints of Coral Tree #B47676
RGB
CMYK
RGB Variations
Color information
#B47676 (or 0xB47676) is known color: Coral Tree. HEX triplet: B4, 76 and 76. RGB value is (180,118,118). Sum of RGB (Red+Green+Blue) = 180+118+118=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 118 (46.48% from 255 or 28.37% from 416); Max value from RGB is 180 - color contains mainly: red. Hex color #B47676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47676 is #4B8989. Grayscale: #888888. Windows color (decimal): -4950410 or 7763636. OLE color: 7763636.
HSL color Cylindrical-coordinate representation of color #B47676: hue angle of 0º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B47676 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 118 | 118 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.29 |
| HSL | 0º | 0.29% | 0.58% | - |
| HSV(B) | 0º | 0.34% | 0.71% | - |
| XYZ | 28.57 | 23.97 | 20.26 | - |
| YUV | 136.54 | 117.54 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 118 | 118 | 0 | 0.34 | 0.34 | 0.29 | 0 | 0.29 | 0.58 |
| Hex | B4 | 76 | 76 | 0 | 22 | 22 | 1D | 0 | 1D | 3A |
| Octal | 264 | 166 | 166 | 0 | 42 | 42 | 35 | 0 | 35 | 72 |
| Binary | 10110100 | 1110110 | 1110110 | 0 | 100010 | 100010 | 11101 | 0 | 11101 | 111010 |
Color Harmonies of #B47676
Complementary color
Monochromatic Colors of #B47676
Black with #B47676
Text Example
Text Example
White with #B47676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47676; }
p { color: rgb(180,118,118); }
H1.HeaderClassName
{
color: #B47676;
}
.AnyTagClassName
{
color: #B47676;
}
</style>
background-color css
<style>
a { background-color: #B47676; }
a { background-color: rgb(180,118,118); }
div.DivClassName
{
background-color: #B47676;
}
.BgClassName
{
background-color: #B47676;
}
</style>
border-color css
<style>
span { border-color: #B47676; }
span { border-color: rgb(180,118,118); }
td.TdClassName
{
border-color: #B47676;
}
.TagClassName
{
border-color: #B47676;
}
</style>