Shades of Blush #BC465C
Tints of Blush #BC465C
RGB
CMYK
RGB Variations
Color information
#BC465C (or 0xBC465C) is known color: Blush. HEX triplet: BC, 46 and 5C. RGB value is (188,70,92). Sum of RGB (Red+Green+Blue) = 188+70+92=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 70 (27.73% from 255 or 20% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC465C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC465C is #43B9A3. Grayscale: #6B6B6B. Windows color (decimal): -4438436 or 6047420. OLE color: 6047420.
HSL color Cylindrical-coordinate representation of color #BC465C: hue angle of 348.81º 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 #BC465C is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 70 | 92 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.26 |
| HSL | 348.81º | 0.47% | 0.51% | - |
| HSV(B) | 348.81º | 0.63% | 0.74% | - |
| XYZ | 24.86 | 15.84 | 11.87 | - |
| YUV | 107.79 | 119.09 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 70 | 92 | 0 | 0.63 | 0.51 | 0.26 | 348.81 | 0.47 | 0.51 |
| Hex | BC | 46 | 5C | 0 | 3F | 33 | 1A | 15D | 2F | 33 |
| Octal | 274 | 106 | 134 | 0 | 77 | 63 | 32 | 535 | 57 | 63 |
| Binary | 10111100 | 1000110 | 1011100 | 0 | 111111 | 110011 | 11010 | 101011101 | 101111 | 110011 |
Color Harmonies of #BC465C
Complementary color
Monochromatic Colors of #BC465C
Black with #BC465C
Text Example
Text Example
White with #BC465C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC465C; }
p { color: rgb(188,70,92); }
H1.HeaderClassName
{
color: #BC465C;
}
.AnyTagClassName
{
color: #BC465C;
}
</style>
background-color css
<style>
a { background-color: #BC465C; }
a { background-color: rgb(188,70,92); }
div.DivClassName
{
background-color: #BC465C;
}
.BgClassName
{
background-color: #BC465C;
}
</style>
border-color css
<style>
span { border-color: #BC465C; }
span { border-color: rgb(188,70,92); }
td.TdClassName
{
border-color: #BC465C;
}
.TagClassName
{
border-color: #BC465C;
}
</style>