Shades of Coral Tree #B2746E
Tints of Coral Tree #B2746E
RGB
CMYK
RGB Variations
Color information
#B2746E (or 0xB2746E) is known color: Coral Tree. HEX triplet: B2, 74 and 6E. RGB value is (178,116,110). Sum of RGB (Red+Green+Blue) = 178+116+110=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 110 (43.36% from 255 or 27.23% from 404); Max value from RGB is 178 - color contains mainly: red. Hex color #B2746E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2746E is #4D8B91. Grayscale: #858585. Windows color (decimal): -5082002 or 7238834. OLE color: 7238834.
HSL color Cylindrical-coordinate representation of color #B2746E: hue angle of 5.29º 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 #B2746E is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 116 | 110 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.30 |
| HSL | 5.29º | 0.31% | 0.56% | - |
| HSV(B) | 5.29º | 0.38% | 0.7% | - |
| XYZ | 27.42 | 23.08 | 17.76 | - |
| YUV | 133.85 | 114.54 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 116 | 110 | 0 | 0.35 | 0.38 | 0.30 | 5.29 | 0.31 | 0.56 |
| Hex | B2 | 74 | 6E | 0 | 23 | 26 | 1E | 5 | 1F | 38 |
| Octal | 262 | 164 | 156 | 0 | 43 | 46 | 36 | 5 | 37 | 70 |
| Binary | 10110010 | 1110100 | 1101110 | 0 | 100011 | 100110 | 11110 | 101 | 11111 | 111000 |
Color Harmonies of #B2746E
Complementary color
Monochromatic Colors of #B2746E
Black with #B2746E
Text Example
Text Example
White with #B2746E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2746E; }
p { color: rgb(178,116,110); }
H1.HeaderClassName
{
color: #B2746E;
}
.AnyTagClassName
{
color: #B2746E;
}
</style>
background-color css
<style>
a { background-color: #B2746E; }
a { background-color: rgb(178,116,110); }
div.DivClassName
{
background-color: #B2746E;
}
.BgClassName
{
background-color: #B2746E;
}
</style>
border-color css
<style>
span { border-color: #B2746E; }
span { border-color: rgb(178,116,110); }
td.TdClassName
{
border-color: #B2746E;
}
.TagClassName
{
border-color: #B2746E;
}
</style>