Shades of Coral Tree #B66964
Tints of Coral Tree #B66964
RGB
CMYK
RGB Variations
Color information
#B66964 (or 0xB66964) is known color: Coral Tree. HEX triplet: B6, 69 and 64. RGB value is (182,105,100). Sum of RGB (Red+Green+Blue) = 182+105+100=387 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.03% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 100 (39.45% from 255 or 25.84% from 387); Max value from RGB is 182 - color contains mainly: red. Hex color #B66964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66964 is #49969B. Grayscale: #7F7F7F. Windows color (decimal): -4822684 or 6580662. OLE color: 6580662.
HSL color Cylindrical-coordinate representation of color #B66964: hue angle of 3.66º 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 #B66964 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 105 | 100 | - |
| CMYK | 0 | 0.42 | 0.45 | 0.29 |
| HSL | 3.66º | 0.36% | 0.55% | - |
| HSV(B) | 3.66º | 0.45% | 0.71% | - |
| XYZ | 26.64 | 20.97 | 14.7 | - |
| YUV | 127.45 | 112.51 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 105 | 100 | 0 | 0.42 | 0.45 | 0.29 | 3.66 | 0.36 | 0.55 |
| Hex | B6 | 69 | 64 | 0 | 2A | 2D | 1D | 4 | 24 | 37 |
| Octal | 266 | 151 | 144 | 0 | 52 | 55 | 35 | 4 | 44 | 67 |
| Binary | 10110110 | 1101001 | 1100100 | 0 | 101010 | 101101 | 11101 | 100 | 100100 | 110111 |
Color Harmonies of #B66964
Complementary color
Monochromatic Colors of #B66964
Black with #B66964
Text Example
Text Example
White with #B66964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66964; }
p { color: rgb(182,105,100); }
H1.HeaderClassName
{
color: #B66964;
}
.AnyTagClassName
{
color: #B66964;
}
</style>
background-color css
<style>
a { background-color: #B66964; }
a { background-color: rgb(182,105,100); }
div.DivClassName
{
background-color: #B66964;
}
.BgClassName
{
background-color: #B66964;
}
</style>
border-color css
<style>
span { border-color: #B66964; }
span { border-color: rgb(182,105,100); }
td.TdClassName
{
border-color: #B66964;
}
.TagClassName
{
border-color: #B66964;
}
</style>