Shades of Coral Tree #B3655F
Tints of Coral Tree #B3655F
RGB
CMYK
RGB Variations
Color information
#B3655F (or 0xB3655F) is known color: Coral Tree. HEX triplet: B3, 65 and 5F. RGB value is (179,101,95). Sum of RGB (Red+Green+Blue) = 179+101+95=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 95 (37.5% from 255 or 25.33% from 375); Max value from RGB is 179 - color contains mainly: red. Hex color #B3655F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3655F is #4C9AA0. Grayscale: #7B7B7B. Windows color (decimal): -5020321 or 6251955. OLE color: 6251955.
HSL color Cylindrical-coordinate representation of color #B3655F: hue angle of 4.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 #B3655F is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 101 | 95 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.30 |
| HSL | 4.29º | 0.36% | 0.54% | - |
| HSV(B) | 4.29º | 0.47% | 0.7% | - |
| XYZ | 25.31 | 19.72 | 13.3 | - |
| YUV | 123.64 | 111.84 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 101 | 95 | 0 | 0.44 | 0.47 | 0.30 | 4.29 | 0.36 | 0.54 |
| Hex | B3 | 65 | 5F | 0 | 2C | 2F | 1E | 4 | 24 | 36 |
| Octal | 263 | 145 | 137 | 0 | 54 | 57 | 36 | 4 | 44 | 66 |
| Binary | 10110011 | 1100101 | 1011111 | 0 | 101100 | 101111 | 11110 | 100 | 100100 | 110110 |
Color Harmonies of #B3655F
Complementary color
Monochromatic Colors of #B3655F
Black with #B3655F
Text Example
Text Example
White with #B3655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3655F; }
p { color: rgb(179,101,95); }
H1.HeaderClassName
{
color: #B3655F;
}
.AnyTagClassName
{
color: #B3655F;
}
</style>
background-color css
<style>
a { background-color: #B3655F; }
a { background-color: rgb(179,101,95); }
div.DivClassName
{
background-color: #B3655F;
}
.BgClassName
{
background-color: #B3655F;
}
</style>
border-color css
<style>
span { border-color: #B3655F; }
span { border-color: rgb(179,101,95); }
td.TdClassName
{
border-color: #B3655F;
}
.TagClassName
{
border-color: #B3655F;
}
</style>