Shades of Coral Tree #B3745E
Tints of Coral Tree #B3745E
RGB
CMYK
RGB Variations
Color information
#B3745E (or 0xB3745E) is known color: Coral Tree. HEX triplet: B3, 74 and 5E. RGB value is (179,116,94). Sum of RGB (Red+Green+Blue) = 179+116+94=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 94 (37.11% from 255 or 24.16% from 389); Max value from RGB is 179 - color contains mainly: red. Hex color #B3745E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3745E is #4C8BA1. Grayscale: #848484. Windows color (decimal): -5016482 or 6190259. OLE color: 6190259.
HSL color Cylindrical-coordinate representation of color #B3745E: hue angle of 15.53º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B3745E is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 116 | 94 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.30 |
| HSL | 15.53º | 0.36% | 0.54% | - |
| HSV(B) | 15.53º | 0.47% | 0.7% | - |
| XYZ | 26.86 | 22.88 | 13.59 | - |
| YUV | 132.33 | 106.37 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 116 | 94 | 0 | 0.35 | 0.47 | 0.30 | 15.53 | 0.36 | 0.54 |
| Hex | B3 | 74 | 5E | 0 | 23 | 2F | 1E | 10 | 24 | 36 |
| Octal | 263 | 164 | 136 | 0 | 43 | 57 | 36 | 20 | 44 | 66 |
| Binary | 10110011 | 1110100 | 1011110 | 0 | 100011 | 101111 | 11110 | 10000 | 100100 | 110110 |
Color Harmonies of #B3745E
Complementary color
Monochromatic Colors of #B3745E
Black with #B3745E
Text Example
Text Example
White with #B3745E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3745E; }
p { color: rgb(179,116,94); }
H1.HeaderClassName
{
color: #B3745E;
}
.AnyTagClassName
{
color: #B3745E;
}
</style>
background-color css
<style>
a { background-color: #B3745E; }
a { background-color: rgb(179,116,94); }
div.DivClassName
{
background-color: #B3745E;
}
.BgClassName
{
background-color: #B3745E;
}
</style>
border-color css
<style>
span { border-color: #B3745E; }
span { border-color: rgb(179,116,94); }
td.TdClassName
{
border-color: #B3745E;
}
.TagClassName
{
border-color: #B3745E;
}
</style>