Shades of Blush #BC616D
Tints of Blush #BC616D
RGB
CMYK
RGB Variations
Color information
#BC616D (or 0xBC616D) is known color: Blush. HEX triplet: BC, 61 and 6D. RGB value is (188,97,109). Sum of RGB (Red+Green+Blue) = 188+97+109=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 97 (38.28% from 255 or 24.62% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC616D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC616D is #439E92. Grayscale: #7D7D7D. Windows color (decimal): -4431507 or 7168444. OLE color: 7168444.
HSL color Cylindrical-coordinate representation of color #BC616D: hue angle of 352.09º 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 #BC616D is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 97 | 109 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.26 |
| HSL | 352.09º | 0.4% | 0.56% | - |
| HSV(B) | 352.09º | 0.48% | 0.74% | - |
| XYZ | 27.77 | 20.34 | 16.93 | - |
| YUV | 125.58 | 118.65 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 97 | 109 | 0 | 0.48 | 0.42 | 0.26 | 352.09 | 0.4 | 0.56 |
| Hex | BC | 61 | 6D | 0 | 30 | 2A | 1A | 160 | 28 | 38 |
| Octal | 274 | 141 | 155 | 0 | 60 | 52 | 32 | 540 | 50 | 70 |
| Binary | 10111100 | 1100001 | 1101101 | 0 | 110000 | 101010 | 11010 | 101100000 | 101000 | 111000 |
Color Harmonies of #BC616D
Complementary color
Monochromatic Colors of #BC616D
Black with #BC616D
Text Example
Text Example
White with #BC616D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC616D; }
p { color: rgb(188,97,109); }
H1.HeaderClassName
{
color: #BC616D;
}
.AnyTagClassName
{
color: #BC616D;
}
</style>
background-color css
<style>
a { background-color: #BC616D; }
a { background-color: rgb(188,97,109); }
div.DivClassName
{
background-color: #BC616D;
}
.BgClassName
{
background-color: #BC616D;
}
</style>
border-color css
<style>
span { border-color: #BC616D; }
span { border-color: rgb(188,97,109); }
td.TdClassName
{
border-color: #BC616D;
}
.TagClassName
{
border-color: #BC616D;
}
</style>