Shades of Blush #BC6470
Tints of Blush #BC6470
RGB
CMYK
RGB Variations
Color information
#BC6470 (or 0xBC6470) is known color: Blush. HEX triplet: BC, 64 and 70. RGB value is (188,100,112). Sum of RGB (Red+Green+Blue) = 188+100+112=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6470 is #439B8F. Grayscale: #7F7F7F. Windows color (decimal): -4430736 or 7365820. OLE color: 7365820.
HSL color Cylindrical-coordinate representation of color #BC6470: hue angle of 351.82º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC6470 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 100 | 112 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.26 |
| HSL | 351.82º | 0.4% | 0.56% | - |
| HSV(B) | 351.82º | 0.47% | 0.74% | - |
| XYZ | 28.22 | 20.98 | 17.89 | - |
| YUV | 127.68 | 119.15 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 100 | 112 | 0 | 0.47 | 0.40 | 0.26 | 351.82 | 0.4 | 0.56 |
| Hex | BC | 64 | 70 | 0 | 2F | 28 | 1A | 160 | 28 | 38 |
| Octal | 274 | 144 | 160 | 0 | 57 | 50 | 32 | 540 | 50 | 70 |
| Binary | 10111100 | 1100100 | 1110000 | 0 | 101111 | 101000 | 11010 | 101100000 | 101000 | 111000 |
Color Harmonies of #BC6470
Complementary color
Monochromatic Colors of #BC6470
Black with #BC6470
Text Example
Text Example
White with #BC6470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6470; }
p { color: rgb(188,100,112); }
H1.HeaderClassName
{
color: #BC6470;
}
.AnyTagClassName
{
color: #BC6470;
}
</style>
background-color css
<style>
a { background-color: #BC6470; }
a { background-color: rgb(188,100,112); }
div.DivClassName
{
background-color: #BC6470;
}
.BgClassName
{
background-color: #BC6470;
}
</style>
border-color css
<style>
span { border-color: #BC6470; }
span { border-color: rgb(188,100,112); }
td.TdClassName
{
border-color: #BC6470;
}
.TagClassName
{
border-color: #BC6470;
}
</style>