Shades of Coral Tree #B47468
Tints of Coral Tree #B47468
RGB
CMYK
RGB Variations
Color information
#B47468 (or 0xB47468) is known color: Coral Tree. HEX triplet: B4, 74 and 68. RGB value is (180,116,104). Sum of RGB (Red+Green+Blue) = 180+116+104=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 104 (41.02% from 255 or 26% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B47468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47468 is #4B8B97. Grayscale: #858585. Windows color (decimal): -4950936 or 6845620. OLE color: 6845620.
HSL color Cylindrical-coordinate representation of color #B47468: hue angle of 9.47º 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 #B47468 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 116 | 104 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.29 |
| HSL | 9.47º | 0.34% | 0.56% | - |
| HSV(B) | 9.47º | 0.42% | 0.71% | - |
| XYZ | 27.57 | 23.19 | 16.12 | - |
| YUV | 133.77 | 111.2 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 116 | 104 | 0 | 0.36 | 0.42 | 0.29 | 9.47 | 0.34 | 0.56 |
| Hex | B4 | 74 | 68 | 0 | 24 | 2A | 1D | 9 | 22 | 38 |
| Octal | 264 | 164 | 150 | 0 | 44 | 52 | 35 | 11 | 42 | 70 |
| Binary | 10110100 | 1110100 | 1101000 | 0 | 100100 | 101010 | 11101 | 1001 | 100010 | 111000 |
Color Harmonies of #B47468
Complementary color
Monochromatic Colors of #B47468
Black with #B47468
Text Example
Text Example
White with #B47468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47468; }
p { color: rgb(180,116,104); }
H1.HeaderClassName
{
color: #B47468;
}
.AnyTagClassName
{
color: #B47468;
}
</style>
background-color css
<style>
a { background-color: #B47468; }
a { background-color: rgb(180,116,104); }
div.DivClassName
{
background-color: #B47468;
}
.BgClassName
{
background-color: #B47468;
}
</style>
border-color css
<style>
span { border-color: #B47468; }
span { border-color: rgb(180,116,104); }
td.TdClassName
{
border-color: #B47468;
}
.TagClassName
{
border-color: #B47468;
}
</style>