Shades of Coral Tree #B0645C
Tints of Coral Tree #B0645C
RGB
CMYK
RGB Variations
Color information
#B0645C (or 0xB0645C) is known color: Coral Tree. HEX triplet: B0, 64 and 5C. RGB value is (176,100,92). Sum of RGB (Red+Green+Blue) = 176+100+92=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 92 (36.33% from 255 or 25% from 368); Max value from RGB is 176 - color contains mainly: red. Hex color #B0645C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0645C is #4F9BA3. Grayscale: #797979. Windows color (decimal): -5217188 or 6055088. OLE color: 6055088.
HSL color Cylindrical-coordinate representation of color #B0645C: hue angle of 5.71º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B0645C is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 100 | 92 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.31 |
| HSL | 5.71º | 0.35% | 0.53% | - |
| HSV(B) | 5.71º | 0.48% | 0.69% | - |
| XYZ | 24.39 | 19.12 | 12.53 | - |
| YUV | 121.81 | 111.18 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 100 | 92 | 0 | 0.43 | 0.48 | 0.31 | 5.71 | 0.35 | 0.53 |
| Hex | B0 | 64 | 5C | 0 | 2B | 30 | 1F | 6 | 23 | 35 |
| Octal | 260 | 144 | 134 | 0 | 53 | 60 | 37 | 6 | 43 | 65 |
| Binary | 10110000 | 1100100 | 1011100 | 0 | 101011 | 110000 | 11111 | 110 | 100011 | 110101 |
Color Harmonies of #B0645C
Complementary color
Monochromatic Colors of #B0645C
Black with #B0645C
Text Example
Text Example
White with #B0645C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0645C; }
p { color: rgb(176,100,92); }
H1.HeaderClassName
{
color: #B0645C;
}
.AnyTagClassName
{
color: #B0645C;
}
</style>
background-color css
<style>
a { background-color: #B0645C; }
a { background-color: rgb(176,100,92); }
div.DivClassName
{
background-color: #B0645C;
}
.BgClassName
{
background-color: #B0645C;
}
</style>
border-color css
<style>
span { border-color: #B0645C; }
span { border-color: rgb(176,100,92); }
td.TdClassName
{
border-color: #B0645C;
}
.TagClassName
{
border-color: #B0645C;
}
</style>