Shades of Coral Tree #B4716C
Tints of Coral Tree #B4716C
RGB
CMYK
RGB Variations
Color information
#B4716C (or 0xB4716C) is known color: Coral Tree. HEX triplet: B4, 71 and 6C. RGB value is (180,113,108). Sum of RGB (Red+Green+Blue) = 180+113+108=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B4716C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4716C is #4B8E93. Grayscale: #848484. Windows color (decimal): -4951700 or 7106996. OLE color: 7106996.
HSL color Cylindrical-coordinate representation of color #B4716C: hue angle of 4.17º 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 #B4716C is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 113 | 108 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.29 |
| HSL | 4.17º | 0.32% | 0.56% | - |
| HSV(B) | 4.17º | 0.4% | 0.71% | - |
| XYZ | 27.43 | 22.6 | 17.1 | - |
| YUV | 132.46 | 114.2 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 113 | 108 | 0 | 0.37 | 0.40 | 0.29 | 4.17 | 0.32 | 0.56 |
| Hex | B4 | 71 | 6C | 0 | 25 | 28 | 1D | 4 | 20 | 38 |
| Octal | 264 | 161 | 154 | 0 | 45 | 50 | 35 | 4 | 40 | 70 |
| Binary | 10110100 | 1110001 | 1101100 | 0 | 100101 | 101000 | 11101 | 100 | 100000 | 111000 |
Color Harmonies of #B4716C
Complementary color
Monochromatic Colors of #B4716C
Black with #B4716C
Text Example
Text Example
White with #B4716C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4716C; }
p { color: rgb(180,113,108); }
H1.HeaderClassName
{
color: #B4716C;
}
.AnyTagClassName
{
color: #B4716C;
}
</style>
background-color css
<style>
a { background-color: #B4716C; }
a { background-color: rgb(180,113,108); }
div.DivClassName
{
background-color: #B4716C;
}
.BgClassName
{
background-color: #B4716C;
}
</style>
border-color css
<style>
span { border-color: #B4716C; }
span { border-color: rgb(180,113,108); }
td.TdClassName
{
border-color: #B4716C;
}
.TagClassName
{
border-color: #B4716C;
}
</style>