Shades of Blush #BC425E
Tints of Blush #BC425E
RGB
CMYK
RGB Variations
Color information
#BC425E (or 0xBC425E) is known color: Blush. HEX triplet: BC, 42 and 5E. RGB value is (188,66,94). Sum of RGB (Red+Green+Blue) = 188+66+94=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC425E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC425E is #43BDA1. Grayscale: #696969. Windows color (decimal): -4439458 or 6177468. OLE color: 6177468.
HSL color Cylindrical-coordinate representation of color #BC425E: hue angle of 346.23º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC425E is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 66 | 94 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.26 |
| HSL | 346.23º | 0.48% | 0.5% | - |
| HSV(B) | 346.23º | 0.65% | 0.74% | - |
| XYZ | 24.71 | 15.4 | 12.26 | - |
| YUV | 105.67 | 121.42 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 66 | 94 | 0 | 0.65 | 0.50 | 0.26 | 346.23 | 0.48 | 0.5 |
| Hex | BC | 42 | 5E | 0 | 41 | 32 | 1A | 15A | 30 | 32 |
| Octal | 274 | 102 | 136 | 0 | 101 | 62 | 32 | 532 | 60 | 62 |
| Binary | 10111100 | 1000010 | 1011110 | 0 | 1000001 | 110010 | 11010 | 101011010 | 110000 | 110010 |
Color Harmonies of #BC425E
Complementary color
Monochromatic Colors of #BC425E
Black with #BC425E
Text Example
Text Example
White with #BC425E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC425E; }
p { color: rgb(188,66,94); }
H1.HeaderClassName
{
color: #BC425E;
}
.AnyTagClassName
{
color: #BC425E;
}
</style>
background-color css
<style>
a { background-color: #BC425E; }
a { background-color: rgb(188,66,94); }
div.DivClassName
{
background-color: #BC425E;
}
.BgClassName
{
background-color: #BC425E;
}
</style>
border-color css
<style>
span { border-color: #BC425E; }
span { border-color: rgb(188,66,94); }
td.TdClassName
{
border-color: #BC425E;
}
.TagClassName
{
border-color: #BC425E;
}
</style>