Shades of Coral Tree #B66C62
Tints of Coral Tree #B66C62
RGB
CMYK
RGB Variations
Color information
#B66C62 (or 0xB66C62) is known color: Coral Tree. HEX triplet: B6, 6C and 62. RGB value is (182,108,98). Sum of RGB (Red+Green+Blue) = 182+108+98=388 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.91% from 388); Green value is 108 (42.58% from 255 or 27.84% from 388); Blue value is 98 (38.67% from 255 or 25.26% from 388); Max value from RGB is 182 - color contains mainly: red. Hex color #B66C62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66C62 is #49939D. Grayscale: #818181. Windows color (decimal): -4821918 or 6450358. OLE color: 6450358.
HSL color Cylindrical-coordinate representation of color #B66C62: hue angle of 7.14º degrees, saturation: 0.37, 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 #B66C62 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 108 | 98 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.29 |
| HSL | 7.14º | 0.37% | 0.55% | - |
| HSV(B) | 7.14º | 0.46% | 0.71% | - |
| XYZ | 26.86 | 21.55 | 14.3 | - |
| YUV | 128.99 | 110.52 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 108 | 98 | 0 | 0.41 | 0.46 | 0.29 | 7.14 | 0.37 | 0.55 |
| Hex | B6 | 6C | 62 | 0 | 29 | 2E | 1D | 7 | 25 | 37 |
| Octal | 266 | 154 | 142 | 0 | 51 | 56 | 35 | 7 | 45 | 67 |
| Binary | 10110110 | 1101100 | 1100010 | 0 | 101001 | 101110 | 11101 | 111 | 100101 | 110111 |
Color Harmonies of #B66C62
Complementary color
Monochromatic Colors of #B66C62
Black with #B66C62
Text Example
Text Example
White with #B66C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66C62; }
p { color: rgb(182,108,98); }
H1.HeaderClassName
{
color: #B66C62;
}
.AnyTagClassName
{
color: #B66C62;
}
</style>
background-color css
<style>
a { background-color: #B66C62; }
a { background-color: rgb(182,108,98); }
div.DivClassName
{
background-color: #B66C62;
}
.BgClassName
{
background-color: #B66C62;
}
</style>
border-color css
<style>
span { border-color: #B66C62; }
span { border-color: rgb(182,108,98); }
td.TdClassName
{
border-color: #B66C62;
}
.TagClassName
{
border-color: #B66C62;
}
</style>