Shades of Blush #BC6173
Tints of Blush #BC6173
RGB
CMYK
RGB Variations
Color information
#BC6173 (or 0xBC6173) is known color: Blush. HEX triplet: BC, 61 and 73. RGB value is (188,97,115). Sum of RGB (Red+Green+Blue) = 188+97+115=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 97 (38.28% from 255 or 24.25% from 400); Blue value is 115 (45.31% from 255 or 28.75% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6173 is #439E8C. Grayscale: #7E7E7E. Windows color (decimal): -4431501 or 7561660. OLE color: 7561660.
HSL color Cylindrical-coordinate representation of color #BC6173: hue angle of 348.13º 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 #BC6173 is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 97 | 115 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.26 |
| HSL | 348.13º | 0.4% | 0.56% | - |
| HSV(B) | 348.13º | 0.48% | 0.74% | - |
| XYZ | 28.11 | 20.48 | 18.69 | - |
| YUV | 126.26 | 121.65 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 97 | 115 | 0 | 0.48 | 0.39 | 0.26 | 348.13 | 0.4 | 0.56 |
| Hex | BC | 61 | 73 | 0 | 30 | 27 | 1A | 15C | 28 | 38 |
| Octal | 274 | 141 | 163 | 0 | 60 | 47 | 32 | 534 | 50 | 70 |
| Binary | 10111100 | 1100001 | 1110011 | 0 | 110000 | 100111 | 11010 | 101011100 | 101000 | 111000 |
Color Harmonies of #BC6173
Complementary color
Monochromatic Colors of #BC6173
Black with #BC6173
Text Example
Text Example
White with #BC6173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6173; }
p { color: rgb(188,97,115); }
H1.HeaderClassName
{
color: #BC6173;
}
.AnyTagClassName
{
color: #BC6173;
}
</style>
background-color css
<style>
a { background-color: #BC6173; }
a { background-color: rgb(188,97,115); }
div.DivClassName
{
background-color: #BC6173;
}
.BgClassName
{
background-color: #BC6173;
}
</style>
border-color css
<style>
span { border-color: #BC6173; }
span { border-color: rgb(188,97,115); }
td.TdClassName
{
border-color: #BC6173;
}
.TagClassName
{
border-color: #BC6173;
}
</style>