Shades of Coral Tree #B66D63
Tints of Coral Tree #B66D63
RGB
CMYK
RGB Variations
Color information
#B66D63 (or 0xB66D63) is known color: Coral Tree. HEX triplet: B6, 6D and 63. RGB value is (182,109,99). Sum of RGB (Red+Green+Blue) = 182+109+99=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 109 (42.97% from 255 or 27.95% from 390); Blue value is 99 (39.06% from 255 or 25.38% from 390); Max value from RGB is 182 - color contains mainly: red. Hex color #B66D63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66D63 is #49929C. Grayscale: #818181. Windows color (decimal): -4821661 or 6516150. OLE color: 6516150.
HSL color Cylindrical-coordinate representation of color #B66D63: hue angle of 7.23º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B66D63 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 109 | 99 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.29 |
| HSL | 7.23º | 0.36% | 0.55% | - |
| HSV(B) | 7.23º | 0.46% | 0.71% | - |
| XYZ | 27.01 | 21.78 | 14.59 | - |
| YUV | 129.69 | 110.68 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 109 | 99 | 0 | 0.40 | 0.46 | 0.29 | 7.23 | 0.36 | 0.55 |
| Hex | B6 | 6D | 63 | 0 | 28 | 2E | 1D | 7 | 24 | 37 |
| Octal | 266 | 155 | 143 | 0 | 50 | 56 | 35 | 7 | 44 | 67 |
| Binary | 10110110 | 1101101 | 1100011 | 0 | 101000 | 101110 | 11101 | 111 | 100100 | 110111 |
Color Harmonies of #B66D63
Complementary color
Monochromatic Colors of #B66D63
Black with #B66D63
Text Example
Text Example
White with #B66D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66D63; }
p { color: rgb(182,109,99); }
H1.HeaderClassName
{
color: #B66D63;
}
.AnyTagClassName
{
color: #B66D63;
}
</style>
background-color css
<style>
a { background-color: #B66D63; }
a { background-color: rgb(182,109,99); }
div.DivClassName
{
background-color: #B66D63;
}
.BgClassName
{
background-color: #B66D63;
}
</style>
border-color css
<style>
span { border-color: #B66D63; }
span { border-color: rgb(182,109,99); }
td.TdClassName
{
border-color: #B66D63;
}
.TagClassName
{
border-color: #B66D63;
}
</style>