Shades of Coral Tree #B4655F
Tints of Coral Tree #B4655F
RGB
CMYK
RGB Variations
Color information
#B4655F (or 0xB4655F) is known color: Coral Tree. HEX triplet: B4, 65 and 5F. RGB value is (180,101,95). Sum of RGB (Red+Green+Blue) = 180+101+95=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 95 (37.5% from 255 or 25.27% from 376); Max value from RGB is 180 - color contains mainly: red. Hex color #B4655F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4655F is #4B9AA0. Grayscale: #7C7C7C. Windows color (decimal): -4954785 or 6251956. OLE color: 6251956.
HSL color Cylindrical-coordinate representation of color #B4655F: hue angle of 4.24º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B4655F is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 101 | 95 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.29 |
| HSL | 4.24º | 0.36% | 0.54% | - |
| HSV(B) | 4.24º | 0.47% | 0.71% | - |
| XYZ | 25.54 | 19.84 | 13.31 | - |
| YUV | 123.94 | 111.67 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 101 | 95 | 0 | 0.44 | 0.47 | 0.29 | 4.24 | 0.36 | 0.54 |
| Hex | B4 | 65 | 5F | 0 | 2C | 2F | 1D | 4 | 24 | 36 |
| Octal | 264 | 145 | 137 | 0 | 54 | 57 | 35 | 4 | 44 | 66 |
| Binary | 10110100 | 1100101 | 1011111 | 0 | 101100 | 101111 | 11101 | 100 | 100100 | 110110 |
Color Harmonies of #B4655F
Complementary color
Monochromatic Colors of #B4655F
Black with #B4655F
Text Example
Text Example
White with #B4655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4655F; }
p { color: rgb(180,101,95); }
H1.HeaderClassName
{
color: #B4655F;
}
.AnyTagClassName
{
color: #B4655F;
}
</style>
background-color css
<style>
a { background-color: #B4655F; }
a { background-color: rgb(180,101,95); }
div.DivClassName
{
background-color: #B4655F;
}
.BgClassName
{
background-color: #B4655F;
}
</style>
border-color css
<style>
span { border-color: #B4655F; }
span { border-color: rgb(180,101,95); }
td.TdClassName
{
border-color: #B4655F;
}
.TagClassName
{
border-color: #B4655F;
}
</style>