Shades of Coral Tree #B1645C
Tints of Coral Tree #B1645C
RGB
CMYK
RGB Variations
Color information
#B1645C (or 0xB1645C) is known color: Coral Tree. HEX triplet: B1, 64 and 5C. RGB value is (177,100,92). Sum of RGB (Red+Green+Blue) = 177+100+92=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 177 - color contains mainly: red. Hex color #B1645C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1645C is #4E9BA3. Grayscale: #7A7A7A. Windows color (decimal): -5151652 or 6055089. OLE color: 6055089.
HSL color Cylindrical-coordinate representation of color #B1645C: hue angle of 5.65º 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 #B1645C is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 100 | 92 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.31 |
| HSL | 5.65º | 0.35% | 0.53% | - |
| HSV(B) | 5.65º | 0.48% | 0.69% | - |
| XYZ | 24.62 | 19.23 | 12.54 | - |
| YUV | 122.11 | 111.01 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 100 | 92 | 0 | 0.44 | 0.48 | 0.31 | 5.65 | 0.35 | 0.53 |
| Hex | B1 | 64 | 5C | 0 | 2C | 30 | 1F | 6 | 23 | 35 |
| Octal | 261 | 144 | 134 | 0 | 54 | 60 | 37 | 6 | 43 | 65 |
| Binary | 10110001 | 1100100 | 1011100 | 0 | 101100 | 110000 | 11111 | 110 | 100011 | 110101 |
Color Harmonies of #B1645C
Complementary color
Monochromatic Colors of #B1645C
Black with #B1645C
Text Example
Text Example
White with #B1645C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1645C; }
p { color: rgb(177,100,92); }
H1.HeaderClassName
{
color: #B1645C;
}
.AnyTagClassName
{
color: #B1645C;
}
</style>
background-color css
<style>
a { background-color: #B1645C; }
a { background-color: rgb(177,100,92); }
div.DivClassName
{
background-color: #B1645C;
}
.BgClassName
{
background-color: #B1645C;
}
</style>
border-color css
<style>
span { border-color: #B1645C; }
span { border-color: rgb(177,100,92); }
td.TdClassName
{
border-color: #B1645C;
}
.TagClassName
{
border-color: #B1645C;
}
</style>