Shades of Coral Tree #B4786F
Tints of Coral Tree #B4786F
RGB
CMYK
RGB Variations
Color information
#B4786F (or 0xB4786F) is known color: Coral Tree. HEX triplet: B4, 78 and 6F. RGB value is (180,120,111). Sum of RGB (Red+Green+Blue) = 180+120+111=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 120 (47.27% from 255 or 29.20% from 411); Blue value is 111 (43.75% from 255 or 27.01% from 411); Max value from RGB is 180 - color contains mainly: red. Hex color #B4786F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4786F is #4B8790. Grayscale: #898989. Windows color (decimal): -4949905 or 7305396. OLE color: 7305396.
HSL color Cylindrical-coordinate representation of color #B4786F: hue angle of 7.83º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B4786F is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 120 | 111 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.29 |
| HSL | 7.83º | 0.32% | 0.57% | - |
| HSV(B) | 7.83º | 0.38% | 0.71% | - |
| XYZ | 28.41 | 24.28 | 18.23 | - |
| YUV | 136.91 | 113.38 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 120 | 111 | 0 | 0.33 | 0.38 | 0.29 | 7.83 | 0.32 | 0.57 |
| Hex | B4 | 78 | 6F | 0 | 21 | 26 | 1D | 8 | 20 | 39 |
| Octal | 264 | 170 | 157 | 0 | 41 | 46 | 35 | 10 | 40 | 71 |
| Binary | 10110100 | 1111000 | 1101111 | 0 | 100001 | 100110 | 11101 | 1000 | 100000 | 111001 |
Color Harmonies of #B4786F
Complementary color
Monochromatic Colors of #B4786F
Black with #B4786F
Text Example
Text Example
White with #B4786F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4786F; }
p { color: rgb(180,120,111); }
H1.HeaderClassName
{
color: #B4786F;
}
.AnyTagClassName
{
color: #B4786F;
}
</style>
background-color css
<style>
a { background-color: #B4786F; }
a { background-color: rgb(180,120,111); }
div.DivClassName
{
background-color: #B4786F;
}
.BgClassName
{
background-color: #B4786F;
}
</style>
border-color css
<style>
span { border-color: #B4786F; }
span { border-color: rgb(180,120,111); }
td.TdClassName
{
border-color: #B4786F;
}
.TagClassName
{
border-color: #B4786F;
}
</style>