Shades of Coral Tree #B47864
Tints of Coral Tree #B47864
RGB
CMYK
RGB Variations
Color information
#B47864 (or 0xB47864) is known color: Coral Tree. HEX triplet: B4, 78 and 64. RGB value is (180,120,100). Sum of RGB (Red+Green+Blue) = 180+120+100=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 120 (47.27% from 255 or 30% from 400); Blue value is 100 (39.45% from 255 or 25% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B47864 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47864 is #4B879B. Grayscale: #878787. Windows color (decimal): -4949916 or 6584500. OLE color: 6584500.
HSL color Cylindrical-coordinate representation of color #B47864: hue angle of 15º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B47864 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 120 | 100 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.29 |
| HSL | 15º | 0.35% | 0.55% | - |
| HSV(B) | 15º | 0.44% | 0.71% | - |
| XYZ | 27.84 | 24.06 | 15.23 | - |
| YUV | 135.66 | 107.88 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 120 | 100 | 0 | 0.33 | 0.44 | 0.29 | 15 | 0.35 | 0.55 |
| Hex | B4 | 78 | 64 | 0 | 21 | 2C | 1D | F | 23 | 37 |
| Octal | 264 | 170 | 144 | 0 | 41 | 54 | 35 | 17 | 43 | 67 |
| Binary | 10110100 | 1111000 | 1100100 | 0 | 100001 | 101100 | 11101 | 1111 | 100011 | 110111 |
Color Harmonies of #B47864
Complementary color
Monochromatic Colors of #B47864
Black with #B47864
Text Example
Text Example
White with #B47864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47864; }
p { color: rgb(180,120,100); }
H1.HeaderClassName
{
color: #B47864;
}
.AnyTagClassName
{
color: #B47864;
}
</style>
background-color css
<style>
a { background-color: #B47864; }
a { background-color: rgb(180,120,100); }
div.DivClassName
{
background-color: #B47864;
}
.BgClassName
{
background-color: #B47864;
}
</style>
border-color css
<style>
span { border-color: #B47864; }
span { border-color: rgb(180,120,100); }
td.TdClassName
{
border-color: #B47864;
}
.TagClassName
{
border-color: #B47864;
}
</style>