Shades of Coral Tree #B3706D
Tints of Coral Tree #B3706D
RGB
CMYK
RGB Variations
Color information
#B3706D (or 0xB3706D) is known color: Coral Tree. HEX triplet: B3, 70 and 6D. RGB value is (179,112,109). Sum of RGB (Red+Green+Blue) = 179+112+109=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 179 - color contains mainly: red. Hex color #B3706D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3706D is #4C8F92. Grayscale: #838383. Windows color (decimal): -5017491 or 7172275. OLE color: 7172275.
HSL color Cylindrical-coordinate representation of color #B3706D: hue angle of 2.57º 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 #B3706D is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 112 | 109 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.30 |
| HSL | 2.57º | 0.32% | 0.56% | - |
| HSV(B) | 2.57º | 0.39% | 0.7% | - |
| XYZ | 27.14 | 22.28 | 17.34 | - |
| YUV | 131.69 | 115.2 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 112 | 109 | 0 | 0.37 | 0.39 | 0.30 | 2.57 | 0.32 | 0.56 |
| Hex | B3 | 70 | 6D | 0 | 25 | 27 | 1E | 3 | 20 | 38 |
| Octal | 263 | 160 | 155 | 0 | 45 | 47 | 36 | 3 | 40 | 70 |
| Binary | 10110011 | 1110000 | 1101101 | 0 | 100101 | 100111 | 11110 | 11 | 100000 | 111000 |
Color Harmonies of #B3706D
Complementary color
Monochromatic Colors of #B3706D
Black with #B3706D
Text Example
Text Example
White with #B3706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3706D; }
p { color: rgb(179,112,109); }
H1.HeaderClassName
{
color: #B3706D;
}
.AnyTagClassName
{
color: #B3706D;
}
</style>
background-color css
<style>
a { background-color: #B3706D; }
a { background-color: rgb(179,112,109); }
div.DivClassName
{
background-color: #B3706D;
}
.BgClassName
{
background-color: #B3706D;
}
</style>
border-color css
<style>
span { border-color: #B3706D; }
span { border-color: rgb(179,112,109); }
td.TdClassName
{
border-color: #B3706D;
}
.TagClassName
{
border-color: #B3706D;
}
</style>