Shades of Coral Tree #B3726E
Tints of Coral Tree #B3726E
RGB
CMYK
RGB Variations
Color information
#B3726E (or 0xB3726E) is known color: Coral Tree. HEX triplet: B3, 72 and 6E. RGB value is (179,114,110). Sum of RGB (Red+Green+Blue) = 179+114+110=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 110 (43.36% from 255 or 27.30% from 403); Max value from RGB is 179 - color contains mainly: red. Hex color #B3726E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3726E is #4C8D91. Grayscale: #858585. Windows color (decimal): -5016978 or 7238323. OLE color: 7238323.
HSL color Cylindrical-coordinate representation of color #B3726E: hue angle of 3.48º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B3726E is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 114 | 110 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.30 |
| HSL | 3.48º | 0.31% | 0.57% | - |
| HSV(B) | 3.48º | 0.39% | 0.7% | - |
| XYZ | 27.42 | 22.74 | 17.7 | - |
| YUV | 132.98 | 115.03 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 114 | 110 | 0 | 0.36 | 0.39 | 0.30 | 3.48 | 0.31 | 0.57 |
| Hex | B3 | 72 | 6E | 0 | 24 | 27 | 1E | 3 | 1F | 39 |
| Octal | 263 | 162 | 156 | 0 | 44 | 47 | 36 | 3 | 37 | 71 |
| Binary | 10110011 | 1110010 | 1101110 | 0 | 100100 | 100111 | 11110 | 11 | 11111 | 111001 |
Color Harmonies of #B3726E
Complementary color
Monochromatic Colors of #B3726E
Black with #B3726E
Text Example
Text Example
White with #B3726E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3726E; }
p { color: rgb(179,114,110); }
H1.HeaderClassName
{
color: #B3726E;
}
.AnyTagClassName
{
color: #B3726E;
}
</style>
background-color css
<style>
a { background-color: #B3726E; }
a { background-color: rgb(179,114,110); }
div.DivClassName
{
background-color: #B3726E;
}
.BgClassName
{
background-color: #B3726E;
}
</style>
border-color css
<style>
span { border-color: #B3726E; }
span { border-color: rgb(179,114,110); }
td.TdClassName
{
border-color: #B3726E;
}
.TagClassName
{
border-color: #B3726E;
}
</style>