Shades of Coral Tree #B2716F
Tints of Coral Tree #B2716F
RGB
CMYK
RGB Variations
Color information
#B2716F (or 0xB2716F) is known color: Coral Tree. HEX triplet: B2, 71 and 6F. RGB value is (178,113,111). Sum of RGB (Red+Green+Blue) = 178+113+111=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 111 (43.75% from 255 or 27.61% from 402); Max value from RGB is 178 - color contains mainly: red. Hex color #B2716F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2716F is #4D8E90. Grayscale: #848484. Windows color (decimal): -5082769 or 7303602. OLE color: 7303602.
HSL color Cylindrical-coordinate representation of color #B2716F: hue angle of 1.79º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B2716F is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 113 | 111 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.30 |
| HSL | 1.79º | 0.3% | 0.57% | - |
| HSV(B) | 1.79º | 0.38% | 0.7% | - |
| XYZ | 27.13 | 22.42 | 17.94 | - |
| YUV | 132.21 | 116.03 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 113 | 111 | 0 | 0.37 | 0.38 | 0.30 | 1.79 | 0.3 | 0.57 |
| Hex | B2 | 71 | 6F | 0 | 25 | 26 | 1E | 2 | 1E | 39 |
| Octal | 262 | 161 | 157 | 0 | 45 | 46 | 36 | 2 | 36 | 71 |
| Binary | 10110010 | 1110001 | 1101111 | 0 | 100101 | 100110 | 11110 | 10 | 11110 | 111001 |
Color Harmonies of #B2716F
Complementary color
Monochromatic Colors of #B2716F
Black with #B2716F
Text Example
Text Example
White with #B2716F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2716F; }
p { color: rgb(178,113,111); }
H1.HeaderClassName
{
color: #B2716F;
}
.AnyTagClassName
{
color: #B2716F;
}
</style>
background-color css
<style>
a { background-color: #B2716F; }
a { background-color: rgb(178,113,111); }
div.DivClassName
{
background-color: #B2716F;
}
.BgClassName
{
background-color: #B2716F;
}
</style>
border-color css
<style>
span { border-color: #B2716F; }
span { border-color: rgb(178,113,111); }
td.TdClassName
{
border-color: #B2716F;
}
.TagClassName
{
border-color: #B2716F;
}
</style>