Shades of Coral Tree #B47568
Tints of Coral Tree #B47568
RGB
CMYK
RGB Variations
Color information
#B47568 (or 0xB47568) is known color: Coral Tree. HEX triplet: B4, 75 and 68. RGB value is (180,117,104). Sum of RGB (Red+Green+Blue) = 180+117+104=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B47568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47568 is #4B8A97. Grayscale: #868686. Windows color (decimal): -4950680 or 6845876. OLE color: 6845876.
HSL color Cylindrical-coordinate representation of color #B47568: hue angle of 10.26º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B47568 is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 117 | 104 | - |
| CMYK | 0 | 0.35 | 0.42 | 0.29 |
| HSL | 10.26º | 0.34% | 0.56% | - |
| HSV(B) | 10.26º | 0.42% | 0.71% | - |
| XYZ | 27.68 | 23.43 | 16.16 | - |
| YUV | 134.36 | 110.87 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 117 | 104 | 0 | 0.35 | 0.42 | 0.29 | 10.26 | 0.34 | 0.56 |
| Hex | B4 | 75 | 68 | 0 | 23 | 2A | 1D | A | 22 | 38 |
| Octal | 264 | 165 | 150 | 0 | 43 | 52 | 35 | 12 | 42 | 70 |
| Binary | 10110100 | 1110101 | 1101000 | 0 | 100011 | 101010 | 11101 | 1010 | 100010 | 111000 |
Color Harmonies of #B47568
Complementary color
Monochromatic Colors of #B47568
Black with #B47568
Text Example
Text Example
White with #B47568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47568; }
p { color: rgb(180,117,104); }
H1.HeaderClassName
{
color: #B47568;
}
.AnyTagClassName
{
color: #B47568;
}
</style>
background-color css
<style>
a { background-color: #B47568; }
a { background-color: rgb(180,117,104); }
div.DivClassName
{
background-color: #B47568;
}
.BgClassName
{
background-color: #B47568;
}
</style>
border-color css
<style>
span { border-color: #B47568; }
span { border-color: rgb(180,117,104); }
td.TdClassName
{
border-color: #B47568;
}
.TagClassName
{
border-color: #B47568;
}
</style>