Shades of Blush #BC6471
Tints of Blush #BC6471
RGB
CMYK
RGB Variations
Color information
#BC6471 (or 0xBC6471) is known color: Blush. HEX triplet: BC, 64 and 71. RGB value is (188,100,113). Sum of RGB (Red+Green+Blue) = 188+100+113=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 100 (39.45% from 255 or 24.94% from 401); Blue value is 113 (44.53% from 255 or 28.18% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6471 is #439B8E. Grayscale: #7F7F7F. Windows color (decimal): -4430735 or 7431356. OLE color: 7431356.
HSL color Cylindrical-coordinate representation of color #BC6471: hue angle of 351.14º 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 #BC6471 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 100 | 113 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.26 |
| HSL | 351.14º | 0.4% | 0.56% | - |
| HSV(B) | 351.14º | 0.47% | 0.74% | - |
| XYZ | 28.28 | 21 | 18.19 | - |
| YUV | 127.79 | 119.65 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 100 | 113 | 0 | 0.47 | 0.40 | 0.26 | 351.14 | 0.4 | 0.56 |
| Hex | BC | 64 | 71 | 0 | 2F | 28 | 1A | 15F | 28 | 38 |
| Octal | 274 | 144 | 161 | 0 | 57 | 50 | 32 | 537 | 50 | 70 |
| Binary | 10111100 | 1100100 | 1110001 | 0 | 101111 | 101000 | 11010 | 101011111 | 101000 | 111000 |
Color Harmonies of #BC6471
Complementary color
Monochromatic Colors of #BC6471
Black with #BC6471
Text Example
Text Example
White with #BC6471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6471; }
p { color: rgb(188,100,113); }
H1.HeaderClassName
{
color: #BC6471;
}
.AnyTagClassName
{
color: #BC6471;
}
</style>
background-color css
<style>
a { background-color: #BC6471; }
a { background-color: rgb(188,100,113); }
div.DivClassName
{
background-color: #BC6471;
}
.BgClassName
{
background-color: #BC6471;
}
</style>
border-color css
<style>
span { border-color: #BC6471; }
span { border-color: rgb(188,100,113); }
td.TdClassName
{
border-color: #BC6471;
}
.TagClassName
{
border-color: #BC6471;
}
</style>