Shades of Coral Tree #B47772
Tints of Coral Tree #B47772
RGB
CMYK
RGB Variations
Color information
#B47772 (or 0xB47772) is known color: Coral Tree. HEX triplet: B4, 77 and 72. RGB value is (180,119,114). Sum of RGB (Red+Green+Blue) = 180+119+114=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 114 (44.92% from 255 or 27.60% from 413); Max value from RGB is 180 - color contains mainly: red. Hex color #B47772 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47772 is #4B888D. Grayscale: #888888. Windows color (decimal): -4950158 or 7501748. OLE color: 7501748.
HSL color Cylindrical-coordinate representation of color #B47772: hue angle of 4.55º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B47772 is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 119 | 114 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.29 |
| HSL | 4.55º | 0.31% | 0.58% | - |
| HSV(B) | 4.55º | 0.37% | 0.71% | - |
| XYZ | 28.46 | 24.11 | 19.07 | - |
| YUV | 136.67 | 115.21 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 119 | 114 | 0 | 0.34 | 0.37 | 0.29 | 4.55 | 0.31 | 0.58 |
| Hex | B4 | 77 | 72 | 0 | 22 | 25 | 1D | 5 | 1F | 3A |
| Octal | 264 | 167 | 162 | 0 | 42 | 45 | 35 | 5 | 37 | 72 |
| Binary | 10110100 | 1110111 | 1110010 | 0 | 100010 | 100101 | 11101 | 101 | 11111 | 111010 |
Color Harmonies of #B47772
Complementary color
Monochromatic Colors of #B47772
Black with #B47772
Text Example
Text Example
White with #B47772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47772; }
p { color: rgb(180,119,114); }
H1.HeaderClassName
{
color: #B47772;
}
.AnyTagClassName
{
color: #B47772;
}
</style>
background-color css
<style>
a { background-color: #B47772; }
a { background-color: rgb(180,119,114); }
div.DivClassName
{
background-color: #B47772;
}
.BgClassName
{
background-color: #B47772;
}
</style>
border-color css
<style>
span { border-color: #B47772; }
span { border-color: rgb(180,119,114); }
td.TdClassName
{
border-color: #B47772;
}
.TagClassName
{
border-color: #B47772;
}
</style>