Shades of Coral Tree #B2706E
Tints of Coral Tree #B2706E
RGB
CMYK
RGB Variations
Color information
#B2706E (or 0xB2706E) is known color: Coral Tree. HEX triplet: B2, 70 and 6E. RGB value is (178,112,110). Sum of RGB (Red+Green+Blue) = 178+112+110=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 110 (43.36% from 255 or 27.5% from 400); Max value from RGB is 178 - color contains mainly: red. Hex color #B2706E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2706E is #4D8F91. Grayscale: #838383. Windows color (decimal): -5083026 or 7237810. OLE color: 7237810.
HSL color Cylindrical-coordinate representation of color #B2706E: hue angle of 1.76º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B2706E is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 112 | 110 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.30 |
| HSL | 1.76º | 0.31% | 0.56% | - |
| HSV(B) | 1.76º | 0.38% | 0.7% | - |
| XYZ | 26.97 | 22.18 | 17.61 | - |
| YUV | 131.51 | 115.87 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 112 | 110 | 0 | 0.37 | 0.38 | 0.30 | 1.76 | 0.31 | 0.56 |
| Hex | B2 | 70 | 6E | 0 | 25 | 26 | 1E | 2 | 1F | 38 |
| Octal | 262 | 160 | 156 | 0 | 45 | 46 | 36 | 2 | 37 | 70 |
| Binary | 10110010 | 1110000 | 1101110 | 0 | 100101 | 100110 | 11110 | 10 | 11111 | 111000 |
Color Harmonies of #B2706E
Complementary color
Monochromatic Colors of #B2706E
Black with #B2706E
Text Example
Text Example
White with #B2706E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2706E; }
p { color: rgb(178,112,110); }
H1.HeaderClassName
{
color: #B2706E;
}
.AnyTagClassName
{
color: #B2706E;
}
</style>
background-color css
<style>
a { background-color: #B2706E; }
a { background-color: rgb(178,112,110); }
div.DivClassName
{
background-color: #B2706E;
}
.BgClassName
{
background-color: #B2706E;
}
</style>
border-color css
<style>
span { border-color: #B2706E; }
span { border-color: rgb(178,112,110); }
td.TdClassName
{
border-color: #B2706E;
}
.TagClassName
{
border-color: #B2706E;
}
</style>