Shades of Coral Tree #B0645D
Tints of Coral Tree #B0645D
RGB
CMYK
RGB Variations
Color information
#B0645D (or 0xB0645D) is known color: Coral Tree. HEX triplet: B0, 64 and 5D. RGB value is (176,100,93). Sum of RGB (Red+Green+Blue) = 176+100+93=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 176 - color contains mainly: red. Hex color #B0645D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0645D is #4F9BA2. Grayscale: #7A7A7A. Windows color (decimal): -5217187 or 6120624. OLE color: 6120624.
HSL color Cylindrical-coordinate representation of color #B0645D: hue angle of 5.06º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B0645D is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 100 | 93 | - |
| CMYK | 0 | 0.43 | 0.47 | 0.31 |
| HSL | 5.06º | 0.34% | 0.53% | - |
| HSV(B) | 5.06º | 0.47% | 0.69% | - |
| XYZ | 24.44 | 19.13 | 12.76 | - |
| YUV | 121.93 | 111.68 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 100 | 93 | 0 | 0.43 | 0.47 | 0.31 | 5.06 | 0.34 | 0.53 |
| Hex | B0 | 64 | 5D | 0 | 2B | 2F | 1F | 5 | 22 | 35 |
| Octal | 260 | 144 | 135 | 0 | 53 | 57 | 37 | 5 | 42 | 65 |
| Binary | 10110000 | 1100100 | 1011101 | 0 | 101011 | 101111 | 11111 | 101 | 100010 | 110101 |
Color Harmonies of #B0645D
Complementary color
Monochromatic Colors of #B0645D
Black with #B0645D
Text Example
Text Example
White with #B0645D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0645D; }
p { color: rgb(176,100,93); }
H1.HeaderClassName
{
color: #B0645D;
}
.AnyTagClassName
{
color: #B0645D;
}
</style>
background-color css
<style>
a { background-color: #B0645D; }
a { background-color: rgb(176,100,93); }
div.DivClassName
{
background-color: #B0645D;
}
.BgClassName
{
background-color: #B0645D;
}
</style>
border-color css
<style>
span { border-color: #B0645D; }
span { border-color: rgb(176,100,93); }
td.TdClassName
{
border-color: #B0645D;
}
.TagClassName
{
border-color: #B0645D;
}
</style>