Shades of Blush #BC646F
Tints of Blush #BC646F
RGB
CMYK
RGB Variations
Color information
#BC646F (or 0xBC646F) is known color: Blush. HEX triplet: BC, 64 and 6F. RGB value is (188,100,111). Sum of RGB (Red+Green+Blue) = 188+100+111=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC646F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC646F is #439B90. Grayscale: #7F7F7F. Windows color (decimal): -4430737 or 7300284. OLE color: 7300284.
HSL color Cylindrical-coordinate representation of color #BC646F: hue angle of 352.5º 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 #BC646F is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 100 | 111 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.26 |
| HSL | 352.5º | 0.4% | 0.56% | - |
| HSV(B) | 352.5º | 0.47% | 0.74% | - |
| XYZ | 28.17 | 20.95 | 17.6 | - |
| YUV | 127.57 | 118.65 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 100 | 111 | 0 | 0.47 | 0.41 | 0.26 | 352.5 | 0.4 | 0.56 |
| Hex | BC | 64 | 6F | 0 | 2F | 29 | 1A | 160 | 28 | 38 |
| Octal | 274 | 144 | 157 | 0 | 57 | 51 | 32 | 540 | 50 | 70 |
| Binary | 10111100 | 1100100 | 1101111 | 0 | 101111 | 101001 | 11010 | 101100000 | 101000 | 111000 |
Color Harmonies of #BC646F
Complementary color
Monochromatic Colors of #BC646F
Black with #BC646F
Text Example
Text Example
White with #BC646F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC646F; }
p { color: rgb(188,100,111); }
H1.HeaderClassName
{
color: #BC646F;
}
.AnyTagClassName
{
color: #BC646F;
}
</style>
background-color css
<style>
a { background-color: #BC646F; }
a { background-color: rgb(188,100,111); }
div.DivClassName
{
background-color: #BC646F;
}
.BgClassName
{
background-color: #BC646F;
}
</style>
border-color css
<style>
span { border-color: #BC646F; }
span { border-color: rgb(188,100,111); }
td.TdClassName
{
border-color: #BC646F;
}
.TagClassName
{
border-color: #BC646F;
}
</style>