Shades of Blush #BC616F
Tints of Blush #BC616F
RGB
CMYK
RGB Variations
Color information
#BC616F (or 0xBC616F) is known color: Blush. HEX triplet: BC, 61 and 6F. RGB value is (188,97,111). Sum of RGB (Red+Green+Blue) = 188+97+111=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 97 (38.28% from 255 or 24.49% from 396); Blue value is 111 (43.75% from 255 or 28.03% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC616F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC616F is #439E90. Grayscale: #7D7D7D. Windows color (decimal): -4431505 or 7299516. OLE color: 7299516.
HSL color Cylindrical-coordinate representation of color #BC616F: hue angle of 350.77º 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 #BC616F is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 97 | 111 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.26 |
| HSL | 350.77º | 0.4% | 0.56% | - |
| HSV(B) | 350.77º | 0.48% | 0.74% | - |
| XYZ | 27.88 | 20.39 | 17.5 | - |
| YUV | 125.81 | 119.65 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 97 | 111 | 0 | 0.48 | 0.41 | 0.26 | 350.77 | 0.4 | 0.56 |
| Hex | BC | 61 | 6F | 0 | 30 | 29 | 1A | 15F | 28 | 38 |
| Octal | 274 | 141 | 157 | 0 | 60 | 51 | 32 | 537 | 50 | 70 |
| Binary | 10111100 | 1100001 | 1101111 | 0 | 110000 | 101001 | 11010 | 101011111 | 101000 | 111000 |
Color Harmonies of #BC616F
Complementary color
Monochromatic Colors of #BC616F
Black with #BC616F
Text Example
Text Example
White with #BC616F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC616F; }
p { color: rgb(188,97,111); }
H1.HeaderClassName
{
color: #BC616F;
}
.AnyTagClassName
{
color: #BC616F;
}
</style>
background-color css
<style>
a { background-color: #BC616F; }
a { background-color: rgb(188,97,111); }
div.DivClassName
{
background-color: #BC616F;
}
.BgClassName
{
background-color: #BC616F;
}
</style>
border-color css
<style>
span { border-color: #BC616F; }
span { border-color: rgb(188,97,111); }
td.TdClassName
{
border-color: #BC616F;
}
.TagClassName
{
border-color: #BC616F;
}
</style>