Shades of Coral Tree #B46C65
Tints of Coral Tree #B46C65
RGB
CMYK
RGB Variations
Color information
#B46C65 (or 0xB46C65) is known color: Coral Tree. HEX triplet: B4, 6C and 65. RGB value is (180,108,101). Sum of RGB (Red+Green+Blue) = 180+108+101=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 108 (42.58% from 255 or 27.76% from 389); Blue value is 101 (39.84% from 255 or 25.96% from 389); Max value from RGB is 180 - color contains mainly: red. Hex color #B46C65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46C65 is #4B939A. Grayscale: #808080. Windows color (decimal): -4952987 or 6646964. OLE color: 6646964.
HSL color Cylindrical-coordinate representation of color #B46C65: hue angle of 5.32º 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 #B46C65 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 108 | 101 | - |
| CMYK | 0 | 0.40 | 0.44 | 0.29 |
| HSL | 5.32º | 0.34% | 0.55% | - |
| HSV(B) | 5.32º | 0.44% | 0.71% | - |
| XYZ | 26.53 | 21.37 | 15.04 | - |
| YUV | 128.73 | 112.35 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 108 | 101 | 0 | 0.40 | 0.44 | 0.29 | 5.32 | 0.34 | 0.55 |
| Hex | B4 | 6C | 65 | 0 | 28 | 2C | 1D | 5 | 22 | 37 |
| Octal | 264 | 154 | 145 | 0 | 50 | 54 | 35 | 5 | 42 | 67 |
| Binary | 10110100 | 1101100 | 1100101 | 0 | 101000 | 101100 | 11101 | 101 | 100010 | 110111 |
Color Harmonies of #B46C65
Complementary color
Monochromatic Colors of #B46C65
Black with #B46C65
Text Example
Text Example
White with #B46C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46C65; }
p { color: rgb(180,108,101); }
H1.HeaderClassName
{
color: #B46C65;
}
.AnyTagClassName
{
color: #B46C65;
}
</style>
background-color css
<style>
a { background-color: #B46C65; }
a { background-color: rgb(180,108,101); }
div.DivClassName
{
background-color: #B46C65;
}
.BgClassName
{
background-color: #B46C65;
}
</style>
border-color css
<style>
span { border-color: #B46C65; }
span { border-color: rgb(180,108,101); }
td.TdClassName
{
border-color: #B46C65;
}
.TagClassName
{
border-color: #B46C65;
}
</style>