Shades of Blush #BC405F
Tints of Blush #BC405F
RGB
CMYK
RGB Variations
Color information
#BC405F (or 0xBC405F) is known color: Blush. HEX triplet: BC, 40 and 5F. RGB value is (188,64,95). Sum of RGB (Red+Green+Blue) = 188+64+95=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC405F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC405F is #43BFA0. Grayscale: #686868. Windows color (decimal): -4439969 or 6242492. OLE color: 6242492.
HSL color Cylindrical-coordinate representation of color #BC405F: hue angle of 345º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC405F is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 95 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.26 |
| HSL | 345º | 0.49% | 0.49% | - |
| HSV(B) | 345º | 0.66% | 0.74% | - |
| XYZ | 24.64 | 15.18 | 12.46 | - |
| YUV | 104.61 | 122.58 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 95 | 0 | 0.66 | 0.49 | 0.26 | 345 | 0.49 | 0.49 |
| Hex | BC | 40 | 5F | 0 | 42 | 31 | 1A | 159 | 31 | 31 |
| Octal | 274 | 100 | 137 | 0 | 102 | 61 | 32 | 531 | 61 | 61 |
| Binary | 10111100 | 1000000 | 1011111 | 0 | 1000010 | 110001 | 11010 | 101011001 | 110001 | 110001 |
Color Harmonies of #BC405F
Complementary color
Monochromatic Colors of #BC405F
Black with #BC405F
Text Example
Text Example
White with #BC405F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC405F; }
p { color: rgb(188,64,95); }
H1.HeaderClassName
{
color: #BC405F;
}
.AnyTagClassName
{
color: #BC405F;
}
</style>
background-color css
<style>
a { background-color: #BC405F; }
a { background-color: rgb(188,64,95); }
div.DivClassName
{
background-color: #BC405F;
}
.BgClassName
{
background-color: #BC405F;
}
</style>
border-color css
<style>
span { border-color: #BC405F; }
span { border-color: rgb(188,64,95); }
td.TdClassName
{
border-color: #BC405F;
}
.TagClassName
{
border-color: #BC405F;
}
</style>