Shades of Blush #BC5065
Tints of Blush #BC5065
RGB
CMYK
RGB Variations
Color information
#BC5065 (or 0xBC5065) is known color: Blush. HEX triplet: BC, 50 and 65. RGB value is (188,80,101). Sum of RGB (Red+Green+Blue) = 188+80+101=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5065 is #43AF9A. Grayscale: #727272. Windows color (decimal): -4435867 or 6639804. OLE color: 6639804.
HSL color Cylindrical-coordinate representation of color #BC5065: hue angle of 348.33º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC5065 is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 80 | 101 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.26 |
| HSL | 348.33º | 0.45% | 0.53% | - |
| HSV(B) | 348.33º | 0.57% | 0.74% | - |
| XYZ | 25.96 | 17.37 | 14.3 | - |
| YUV | 114.69 | 120.28 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 101 | 0 | 0.57 | 0.46 | 0.26 | 348.33 | 0.45 | 0.53 |
| Hex | BC | 50 | 65 | 0 | 39 | 2E | 1A | 15C | 2D | 35 |
| Octal | 274 | 120 | 145 | 0 | 71 | 56 | 32 | 534 | 55 | 65 |
| Binary | 10111100 | 1010000 | 1100101 | 0 | 111001 | 101110 | 11010 | 101011100 | 101101 | 110101 |
Color Harmonies of #BC5065
Complementary color
Monochromatic Colors of #BC5065
Black with #BC5065
Text Example
Text Example
White with #BC5065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5065; }
p { color: rgb(188,80,101); }
H1.HeaderClassName
{
color: #BC5065;
}
.AnyTagClassName
{
color: #BC5065;
}
</style>
background-color css
<style>
a { background-color: #BC5065; }
a { background-color: rgb(188,80,101); }
div.DivClassName
{
background-color: #BC5065;
}
.BgClassName
{
background-color: #BC5065;
}
</style>
border-color css
<style>
span { border-color: #BC5065; }
span { border-color: rgb(188,80,101); }
td.TdClassName
{
border-color: #BC5065;
}
.TagClassName
{
border-color: #BC5065;
}
</style>