Shades of Coral Tree #B66C60
Tints of Coral Tree #B66C60
RGB
CMYK
RGB Variations
Color information
#B66C60 (or 0xB66C60) is known color: Coral Tree. HEX triplet: B6, 6C and 60. RGB value is (182,108,96). Sum of RGB (Red+Green+Blue) = 182+108+96=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 96 (37.89% from 255 or 24.87% from 386); Max value from RGB is 182 - color contains mainly: red. Hex color #B66C60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66C60 is #49939F. Grayscale: #808080. Windows color (decimal): -4821920 or 6319286. OLE color: 6319286.
HSL color Cylindrical-coordinate representation of color #B66C60: hue angle of 8.37º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B66C60 is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 108 | 96 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.29 |
| HSL | 8.37º | 0.37% | 0.55% | - |
| HSV(B) | 8.37º | 0.47% | 0.71% | - |
| XYZ | 26.77 | 21.51 | 13.81 | - |
| YUV | 128.76 | 109.52 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 108 | 96 | 0 | 0.41 | 0.47 | 0.29 | 8.37 | 0.37 | 0.55 |
| Hex | B6 | 6C | 60 | 0 | 29 | 2F | 1D | 8 | 25 | 37 |
| Octal | 266 | 154 | 140 | 0 | 51 | 57 | 35 | 10 | 45 | 67 |
| Binary | 10110110 | 1101100 | 1100000 | 0 | 101001 | 101111 | 11101 | 1000 | 100101 | 110111 |
Color Harmonies of #B66C60
Complementary color
Monochromatic Colors of #B66C60
Black with #B66C60
Text Example
Text Example
White with #B66C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66C60; }
p { color: rgb(182,108,96); }
H1.HeaderClassName
{
color: #B66C60;
}
.AnyTagClassName
{
color: #B66C60;
}
</style>
background-color css
<style>
a { background-color: #B66C60; }
a { background-color: rgb(182,108,96); }
div.DivClassName
{
background-color: #B66C60;
}
.BgClassName
{
background-color: #B66C60;
}
</style>
border-color css
<style>
span { border-color: #B66C60; }
span { border-color: rgb(182,108,96); }
td.TdClassName
{
border-color: #B66C60;
}
.TagClassName
{
border-color: #B66C60;
}
</style>