Shades of Coral Tree #B3735F
Tints of Coral Tree #B3735F
RGB
CMYK
RGB Variations
Color information
#B3735F (or 0xB3735F) is known color: Coral Tree. HEX triplet: B3, 73 and 5F. RGB value is (179,115,95). Sum of RGB (Red+Green+Blue) = 179+115+95=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 95 (37.5% from 255 or 24.42% from 389); Max value from RGB is 179 - color contains mainly: red. Hex color #B3735F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3735F is #4C8CA0. Grayscale: #838383. Windows color (decimal): -5016737 or 6255539. OLE color: 6255539.
HSL color Cylindrical-coordinate representation of color #B3735F: hue angle of 14.29º 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 #B3735F is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 115 | 95 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.30 |
| HSL | 14.29º | 0.36% | 0.54% | - |
| HSV(B) | 14.29º | 0.47% | 0.7% | - |
| XYZ | 26.79 | 22.67 | 13.79 | - |
| YUV | 131.86 | 107.2 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 115 | 95 | 0 | 0.36 | 0.47 | 0.30 | 14.29 | 0.36 | 0.54 |
| Hex | B3 | 73 | 5F | 0 | 24 | 2F | 1E | E | 24 | 36 |
| Octal | 263 | 163 | 137 | 0 | 44 | 57 | 36 | 16 | 44 | 66 |
| Binary | 10110011 | 1110011 | 1011111 | 0 | 100100 | 101111 | 11110 | 1110 | 100100 | 110110 |
Color Harmonies of #B3735F
Complementary color
Monochromatic Colors of #B3735F
Black with #B3735F
Text Example
Text Example
White with #B3735F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3735F; }
p { color: rgb(179,115,95); }
H1.HeaderClassName
{
color: #B3735F;
}
.AnyTagClassName
{
color: #B3735F;
}
</style>
background-color css
<style>
a { background-color: #B3735F; }
a { background-color: rgb(179,115,95); }
div.DivClassName
{
background-color: #B3735F;
}
.BgClassName
{
background-color: #B3735F;
}
</style>
border-color css
<style>
span { border-color: #B3735F; }
span { border-color: rgb(179,115,95); }
td.TdClassName
{
border-color: #B3735F;
}
.TagClassName
{
border-color: #B3735F;
}
</style>