Shades of Blush #BC505C
Tints of Blush #BC505C
RGB
CMYK
RGB Variations
Color information
#BC505C (or 0xBC505C) is known color: Blush. HEX triplet: BC, 50 and 5C. RGB value is (188,80,92). Sum of RGB (Red+Green+Blue) = 188+80+92=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC505C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC505C is #43AFA3. Grayscale: #717171. Windows color (decimal): -4435876 or 6049980. OLE color: 6049980.
HSL color Cylindrical-coordinate representation of color #BC505C: hue angle of 353.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 #BC505C is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 80 | 92 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.26 |
| HSL | 353.33º | 0.45% | 0.53% | - |
| HSV(B) | 353.33º | 0.57% | 0.74% | - |
| XYZ | 25.54 | 17.2 | 12.1 | - |
| YUV | 113.66 | 115.78 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 92 | 0 | 0.57 | 0.51 | 0.26 | 353.33 | 0.45 | 0.53 |
| Hex | BC | 50 | 5C | 0 | 39 | 33 | 1A | 161 | 2D | 35 |
| Octal | 274 | 120 | 134 | 0 | 71 | 63 | 32 | 541 | 55 | 65 |
| Binary | 10111100 | 1010000 | 1011100 | 0 | 111001 | 110011 | 11010 | 101100001 | 101101 | 110101 |
Color Harmonies of #BC505C
Complementary color
Monochromatic Colors of #BC505C
Black with #BC505C
Text Example
Text Example
White with #BC505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC505C; }
p { color: rgb(188,80,92); }
H1.HeaderClassName
{
color: #BC505C;
}
.AnyTagClassName
{
color: #BC505C;
}
</style>
background-color css
<style>
a { background-color: #BC505C; }
a { background-color: rgb(188,80,92); }
div.DivClassName
{
background-color: #BC505C;
}
.BgClassName
{
background-color: #BC505C;
}
</style>
border-color css
<style>
span { border-color: #BC505C; }
span { border-color: rgb(188,80,92); }
td.TdClassName
{
border-color: #BC505C;
}
.TagClassName
{
border-color: #BC505C;
}
</style>