Shades of Coral Tree #B4786C
Tints of Coral Tree #B4786C
RGB
CMYK
RGB Variations
Color information
#B4786C (or 0xB4786C) is known color: Coral Tree. HEX triplet: B4, 78 and 6C. RGB value is (180,120,108). Sum of RGB (Red+Green+Blue) = 180+120+108=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 120 (47.27% from 255 or 29.41% from 408); Blue value is 108 (42.58% from 255 or 26.47% from 408); Max value from RGB is 180 - color contains mainly: red. Hex color #B4786C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4786C is #4B8793. Grayscale: #888888. Windows color (decimal): -4949908 or 7108788. OLE color: 7108788.
HSL color Cylindrical-coordinate representation of color #B4786C: hue angle of 10º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B4786C is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 120 | 108 | - |
| CMYK | 0 | 0.33 | 0.40 | 0.29 |
| HSL | 10º | 0.32% | 0.56% | - |
| HSV(B) | 10º | 0.4% | 0.71% | - |
| XYZ | 28.25 | 24.22 | 17.37 | - |
| YUV | 136.57 | 111.88 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 120 | 108 | 0 | 0.33 | 0.40 | 0.29 | 10 | 0.32 | 0.56 |
| Hex | B4 | 78 | 6C | 0 | 21 | 28 | 1D | A | 20 | 38 |
| Octal | 264 | 170 | 154 | 0 | 41 | 50 | 35 | 12 | 40 | 70 |
| Binary | 10110100 | 1111000 | 1101100 | 0 | 100001 | 101000 | 11101 | 1010 | 100000 | 111000 |
Color Harmonies of #B4786C
Complementary color
Monochromatic Colors of #B4786C
Black with #B4786C
Text Example
Text Example
White with #B4786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4786C; }
p { color: rgb(180,120,108); }
H1.HeaderClassName
{
color: #B4786C;
}
.AnyTagClassName
{
color: #B4786C;
}
</style>
background-color css
<style>
a { background-color: #B4786C; }
a { background-color: rgb(180,120,108); }
div.DivClassName
{
background-color: #B4786C;
}
.BgClassName
{
background-color: #B4786C;
}
</style>
border-color css
<style>
span { border-color: #B4786C; }
span { border-color: rgb(180,120,108); }
td.TdClassName
{
border-color: #B4786C;
}
.TagClassName
{
border-color: #B4786C;
}
</style>