Shades of Coral Tree #B66462
Tints of Coral Tree #B66462
RGB
CMYK
RGB Variations
Color information
#B66462 (or 0xB66462) is known color: Coral Tree. HEX triplet: B6, 64 and 62. RGB value is (182,100,98). Sum of RGB (Red+Green+Blue) = 182+100+98=380 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.89% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 98 (38.67% from 255 or 25.79% from 380); Max value from RGB is 182 - color contains mainly: red. Hex color #B66462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66462 is #499B9D. Grayscale: #7C7C7C. Windows color (decimal): -4823966 or 6448310. OLE color: 6448310.
HSL color Cylindrical-coordinate representation of color #B66462: hue angle of 1.43º 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 #B66462 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 100 | 98 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.29 |
| HSL | 1.43º | 0.37% | 0.55% | - |
| HSV(B) | 1.43º | 0.46% | 0.71% | - |
| XYZ | 26.05 | 19.94 | 14.03 | - |
| YUV | 124.29 | 113.17 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 100 | 98 | 0 | 0.45 | 0.46 | 0.29 | 1.43 | 0.37 | 0.55 |
| Hex | B6 | 64 | 62 | 0 | 2D | 2E | 1D | 1 | 25 | 37 |
| Octal | 266 | 144 | 142 | 0 | 55 | 56 | 35 | 1 | 45 | 67 |
| Binary | 10110110 | 1100100 | 1100010 | 0 | 101101 | 101110 | 11101 | 1 | 100101 | 110111 |
Color Harmonies of #B66462
Complementary color
Monochromatic Colors of #B66462
Black with #B66462
Text Example
Text Example
White with #B66462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66462; }
p { color: rgb(182,100,98); }
H1.HeaderClassName
{
color: #B66462;
}
.AnyTagClassName
{
color: #B66462;
}
</style>
background-color css
<style>
a { background-color: #B66462; }
a { background-color: rgb(182,100,98); }
div.DivClassName
{
background-color: #B66462;
}
.BgClassName
{
background-color: #B66462;
}
</style>
border-color css
<style>
span { border-color: #B66462; }
span { border-color: rgb(182,100,98); }
td.TdClassName
{
border-color: #B66462;
}
.TagClassName
{
border-color: #B66462;
}
</style>