Shades of Coral Tree #B66D65
Tints of Coral Tree #B66D65
RGB
CMYK
RGB Variations
Color information
#B66D65 (or 0xB66D65) is known color: Coral Tree. HEX triplet: B6, 6D and 65. RGB value is (182,109,101). Sum of RGB (Red+Green+Blue) = 182+109+101=392 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.43% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 101 (39.84% from 255 or 25.77% from 392); Max value from RGB is 182 - color contains mainly: red. Hex color #B66D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66D65 is #49929A. Grayscale: #828282. Windows color (decimal): -4821659 or 6647222. OLE color: 6647222.
HSL color Cylindrical-coordinate representation of color #B66D65: hue angle of 5.93º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B66D65 is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 109 | 101 | - |
| CMYK | 0 | 0.40 | 0.45 | 0.29 |
| HSL | 5.93º | 0.36% | 0.55% | - |
| HSV(B) | 5.93º | 0.45% | 0.71% | - |
| XYZ | 27.11 | 21.82 | 15.1 | - |
| YUV | 129.92 | 111.68 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 109 | 101 | 0 | 0.40 | 0.45 | 0.29 | 5.93 | 0.36 | 0.55 |
| Hex | B6 | 6D | 65 | 0 | 28 | 2D | 1D | 6 | 24 | 37 |
| Octal | 266 | 155 | 145 | 0 | 50 | 55 | 35 | 6 | 44 | 67 |
| Binary | 10110110 | 1101101 | 1100101 | 0 | 101000 | 101101 | 11101 | 110 | 100100 | 110111 |
Color Harmonies of #B66D65
Complementary color
Monochromatic Colors of #B66D65
Black with #B66D65
Text Example
Text Example
White with #B66D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66D65; }
p { color: rgb(182,109,101); }
H1.HeaderClassName
{
color: #B66D65;
}
.AnyTagClassName
{
color: #B66D65;
}
</style>
background-color css
<style>
a { background-color: #B66D65; }
a { background-color: rgb(182,109,101); }
div.DivClassName
{
background-color: #B66D65;
}
.BgClassName
{
background-color: #B66D65;
}
</style>
border-color css
<style>
span { border-color: #B66D65; }
span { border-color: rgb(182,109,101); }
td.TdClassName
{
border-color: #B66D65;
}
.TagClassName
{
border-color: #B66D65;
}
</style>