Shades of Blush #BC6170
Tints of Blush #BC6170
RGB
CMYK
RGB Variations
Color information
#BC6170 (or 0xBC6170) is known color: Blush. HEX triplet: BC, 61 and 70. RGB value is (188,97,112). Sum of RGB (Red+Green+Blue) = 188+97+112=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6170 is #439E8F. Grayscale: #7D7D7D. Windows color (decimal): -4431504 or 7365052. OLE color: 7365052.
HSL color Cylindrical-coordinate representation of color #BC6170: hue angle of 350.11º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC6170 is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 97 | 112 | - |
| CMYK | 0 | 0.48 | 0.40 | 0.26 |
| HSL | 350.11º | 0.4% | 0.56% | - |
| HSV(B) | 350.11º | 0.48% | 0.74% | - |
| XYZ | 27.94 | 20.41 | 17.8 | - |
| YUV | 125.92 | 120.15 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 97 | 112 | 0 | 0.48 | 0.40 | 0.26 | 350.11 | 0.4 | 0.56 |
| Hex | BC | 61 | 70 | 0 | 30 | 28 | 1A | 15E | 28 | 38 |
| Octal | 274 | 141 | 160 | 0 | 60 | 50 | 32 | 536 | 50 | 70 |
| Binary | 10111100 | 1100001 | 1110000 | 0 | 110000 | 101000 | 11010 | 101011110 | 101000 | 111000 |
Color Harmonies of #BC6170
Complementary color
Monochromatic Colors of #BC6170
Black with #BC6170
Text Example
Text Example
White with #BC6170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6170; }
p { color: rgb(188,97,112); }
H1.HeaderClassName
{
color: #BC6170;
}
.AnyTagClassName
{
color: #BC6170;
}
</style>
background-color css
<style>
a { background-color: #BC6170; }
a { background-color: rgb(188,97,112); }
div.DivClassName
{
background-color: #BC6170;
}
.BgClassName
{
background-color: #BC6170;
}
</style>
border-color css
<style>
span { border-color: #BC6170; }
span { border-color: rgb(188,97,112); }
td.TdClassName
{
border-color: #BC6170;
}
.TagClassName
{
border-color: #BC6170;
}
</style>