Shades of Coral Tree #B3746D
Tints of Coral Tree #B3746D
RGB
CMYK
RGB Variations
Color information
#B3746D (or 0xB3746D) is known color: Coral Tree. HEX triplet: B3, 74 and 6D. RGB value is (179,116,109). Sum of RGB (Red+Green+Blue) = 179+116+109=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 179 - color contains mainly: red. Hex color #B3746D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3746D is #4C8B92. Grayscale: #868686. Windows color (decimal): -5016467 or 7173299. OLE color: 7173299.
HSL color Cylindrical-coordinate representation of color #B3746D: hue angle of 6º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B3746D is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 116 | 109 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.30 |
| HSL | 6º | 0.32% | 0.56% | - |
| HSV(B) | 6º | 0.39% | 0.7% | - |
| XYZ | 27.6 | 23.18 | 17.49 | - |
| YUV | 134.04 | 113.87 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 116 | 109 | 0 | 0.35 | 0.39 | 0.30 | 6 | 0.32 | 0.56 |
| Hex | B3 | 74 | 6D | 0 | 23 | 27 | 1E | 6 | 20 | 38 |
| Octal | 263 | 164 | 155 | 0 | 43 | 47 | 36 | 6 | 40 | 70 |
| Binary | 10110011 | 1110100 | 1101101 | 0 | 100011 | 100111 | 11110 | 110 | 100000 | 111000 |
Color Harmonies of #B3746D
Complementary color
Monochromatic Colors of #B3746D
Black with #B3746D
Text Example
Text Example
White with #B3746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3746D; }
p { color: rgb(179,116,109); }
H1.HeaderClassName
{
color: #B3746D;
}
.AnyTagClassName
{
color: #B3746D;
}
</style>
background-color css
<style>
a { background-color: #B3746D; }
a { background-color: rgb(179,116,109); }
div.DivClassName
{
background-color: #B3746D;
}
.BgClassName
{
background-color: #B3746D;
}
</style>
border-color css
<style>
span { border-color: #B3746D; }
span { border-color: rgb(179,116,109); }
td.TdClassName
{
border-color: #B3746D;
}
.TagClassName
{
border-color: #B3746D;
}
</style>