Shades of Coral Tree #B47665
Tints of Coral Tree #B47665
RGB
CMYK
RGB Variations
Color information
#B47665 (or 0xB47665) is known color: Coral Tree. HEX triplet: B4, 76 and 65. RGB value is (180,118,101). Sum of RGB (Red+Green+Blue) = 180+118+101=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B47665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47665 is #4B899A. Grayscale: #868686. Windows color (decimal): -4950427 or 6649524. OLE color: 6649524.
HSL color Cylindrical-coordinate representation of color #B47665: hue angle of 12.91º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B47665 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 118 | 101 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.29 |
| HSL | 12.91º | 0.34% | 0.55% | - |
| HSV(B) | 12.91º | 0.44% | 0.71% | - |
| XYZ | 27.65 | 23.6 | 15.41 | - |
| YUV | 134.6 | 109.04 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 118 | 101 | 0 | 0.34 | 0.44 | 0.29 | 12.91 | 0.34 | 0.55 |
| Hex | B4 | 76 | 65 | 0 | 22 | 2C | 1D | D | 22 | 37 |
| Octal | 264 | 166 | 145 | 0 | 42 | 54 | 35 | 15 | 42 | 67 |
| Binary | 10110100 | 1110110 | 1100101 | 0 | 100010 | 101100 | 11101 | 1101 | 100010 | 110111 |
Color Harmonies of #B47665
Complementary color
Monochromatic Colors of #B47665
Black with #B47665
Text Example
Text Example
White with #B47665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47665; }
p { color: rgb(180,118,101); }
H1.HeaderClassName
{
color: #B47665;
}
.AnyTagClassName
{
color: #B47665;
}
</style>
background-color css
<style>
a { background-color: #B47665; }
a { background-color: rgb(180,118,101); }
div.DivClassName
{
background-color: #B47665;
}
.BgClassName
{
background-color: #B47665;
}
</style>
border-color css
<style>
span { border-color: #B47665; }
span { border-color: rgb(180,118,101); }
td.TdClassName
{
border-color: #B47665;
}
.TagClassName
{
border-color: #B47665;
}
</style>