Shades of Blush #BC465D
Tints of Blush #BC465D
RGB
CMYK
RGB Variations
Color information
#BC465D (or 0xBC465D) is known color: Blush. HEX triplet: BC, 46 and 5D. RGB value is (188,70,93). Sum of RGB (Red+Green+Blue) = 188+70+93=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 70 (27.73% from 255 or 19.94% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC465D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC465D is #43B9A2. Grayscale: #6B6B6B. Windows color (decimal): -4438435 or 6112956. OLE color: 6112956.
HSL color Cylindrical-coordinate representation of color #BC465D: hue angle of 348.31º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC465D is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 70 | 93 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.26 |
| HSL | 348.31º | 0.47% | 0.51% | - |
| HSV(B) | 348.31º | 0.63% | 0.74% | - |
| XYZ | 24.9 | 15.86 | 12.1 | - |
| YUV | 107.9 | 119.59 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 70 | 93 | 0 | 0.63 | 0.51 | 0.26 | 348.31 | 0.47 | 0.51 |
| Hex | BC | 46 | 5D | 0 | 3F | 33 | 1A | 15C | 2F | 33 |
| Octal | 274 | 106 | 135 | 0 | 77 | 63 | 32 | 534 | 57 | 63 |
| Binary | 10111100 | 1000110 | 1011101 | 0 | 111111 | 110011 | 11010 | 101011100 | 101111 | 110011 |
Color Harmonies of #BC465D
Complementary color
Monochromatic Colors of #BC465D
Black with #BC465D
Text Example
Text Example
White with #BC465D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC465D; }
p { color: rgb(188,70,93); }
H1.HeaderClassName
{
color: #BC465D;
}
.AnyTagClassName
{
color: #BC465D;
}
</style>
background-color css
<style>
a { background-color: #BC465D; }
a { background-color: rgb(188,70,93); }
div.DivClassName
{
background-color: #BC465D;
}
.BgClassName
{
background-color: #BC465D;
}
</style>
border-color css
<style>
span { border-color: #BC465D; }
span { border-color: rgb(188,70,93); }
td.TdClassName
{
border-color: #BC465D;
}
.TagClassName
{
border-color: #BC465D;
}
</style>