Shades of Coral Tree #B47068
Tints of Coral Tree #B47068
RGB
CMYK
RGB Variations
Color information
#B47068 (or 0xB47068) is known color: Coral Tree. HEX triplet: B4, 70 and 68. RGB value is (180,112,104). Sum of RGB (Red+Green+Blue) = 180+112+104=396 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.45% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 104 (41.02% from 255 or 26.26% from 396); Max value from RGB is 180 - color contains mainly: red. Hex color #B47068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47068 is #4B8F97. Grayscale: #838383. Windows color (decimal): -4951960 or 6844596. OLE color: 6844596.
HSL color Cylindrical-coordinate representation of color #B47068: hue angle of 6.32º 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 #B47068 is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 112 | 104 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.29 |
| HSL | 6.32º | 0.34% | 0.56% | - |
| HSV(B) | 6.32º | 0.42% | 0.71% | - |
| XYZ | 27.12 | 22.29 | 15.97 | - |
| YUV | 131.42 | 112.53 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 112 | 104 | 0 | 0.38 | 0.42 | 0.29 | 6.32 | 0.34 | 0.56 |
| Hex | B4 | 70 | 68 | 0 | 26 | 2A | 1D | 6 | 22 | 38 |
| Octal | 264 | 160 | 150 | 0 | 46 | 52 | 35 | 6 | 42 | 70 |
| Binary | 10110100 | 1110000 | 1101000 | 0 | 100110 | 101010 | 11101 | 110 | 100010 | 111000 |
Color Harmonies of #B47068
Complementary color
Monochromatic Colors of #B47068
Black with #B47068
Text Example
Text Example
White with #B47068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47068; }
p { color: rgb(180,112,104); }
H1.HeaderClassName
{
color: #B47068;
}
.AnyTagClassName
{
color: #B47068;
}
</style>
background-color css
<style>
a { background-color: #B47068; }
a { background-color: rgb(180,112,104); }
div.DivClassName
{
background-color: #B47068;
}
.BgClassName
{
background-color: #B47068;
}
</style>
border-color css
<style>
span { border-color: #B47068; }
span { border-color: rgb(180,112,104); }
td.TdClassName
{
border-color: #B47068;
}
.TagClassName
{
border-color: #B47068;
}
</style>