Shades of Coral Tree #B4716F
Tints of Coral Tree #B4716F
RGB
CMYK
RGB Variations
Color information
#B4716F (or 0xB4716F) is known color: Coral Tree. HEX triplet: B4, 71 and 6F. RGB value is (180,113,111). Sum of RGB (Red+Green+Blue) = 180+113+111=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 111 (43.75% from 255 or 27.48% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B4716F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4716F is #4B8E90. Grayscale: #848484. Windows color (decimal): -4951697 or 7303604. OLE color: 7303604.
HSL color Cylindrical-coordinate representation of color #B4716F: hue angle of 1.74º 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 #B4716F is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 113 | 111 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.29 |
| HSL | 1.74º | 0.32% | 0.57% | - |
| HSV(B) | 1.74º | 0.38% | 0.71% | - |
| XYZ | 27.6 | 22.66 | 17.96 | - |
| YUV | 132.81 | 115.7 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 113 | 111 | 0 | 0.37 | 0.38 | 0.29 | 1.74 | 0.32 | 0.57 |
| Hex | B4 | 71 | 6F | 0 | 25 | 26 | 1D | 2 | 20 | 39 |
| Octal | 264 | 161 | 157 | 0 | 45 | 46 | 35 | 2 | 40 | 71 |
| Binary | 10110100 | 1110001 | 1101111 | 0 | 100101 | 100110 | 11101 | 10 | 100000 | 111001 |
Color Harmonies of #B4716F
Complementary color
Monochromatic Colors of #B4716F
Black with #B4716F
Text Example
Text Example
White with #B4716F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4716F; }
p { color: rgb(180,113,111); }
H1.HeaderClassName
{
color: #B4716F;
}
.AnyTagClassName
{
color: #B4716F;
}
</style>
background-color css
<style>
a { background-color: #B4716F; }
a { background-color: rgb(180,113,111); }
div.DivClassName
{
background-color: #B4716F;
}
.BgClassName
{
background-color: #B4716F;
}
</style>
border-color css
<style>
span { border-color: #B4716F; }
span { border-color: rgb(180,113,111); }
td.TdClassName
{
border-color: #B4716F;
}
.TagClassName
{
border-color: #B4716F;
}
</style>