Shades of Blush #BC5565
Tints of Blush #BC5565
RGB
CMYK
RGB Variations
Color information
#BC5565 (or 0xBC5565) is known color: Blush. HEX triplet: BC, 55 and 65. RGB value is (188,85,101). Sum of RGB (Red+Green+Blue) = 188+85+101=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 101 (39.84% from 255 or 27.01% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5565 is #43AA9A. Grayscale: #757575. Windows color (decimal): -4434587 or 6641084. OLE color: 6641084.
HSL color Cylindrical-coordinate representation of color #BC5565: hue angle of 350.68º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC5565 is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 85 | 101 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.26 |
| HSL | 350.68º | 0.43% | 0.54% | - |
| HSV(B) | 350.68º | 0.55% | 0.74% | - |
| XYZ | 26.34 | 18.13 | 14.42 | - |
| YUV | 117.62 | 118.62 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 101 | 0 | 0.55 | 0.46 | 0.26 | 350.68 | 0.43 | 0.54 |
| Hex | BC | 55 | 65 | 0 | 37 | 2E | 1A | 15F | 2B | 36 |
| Octal | 274 | 125 | 145 | 0 | 67 | 56 | 32 | 537 | 53 | 66 |
| Binary | 10111100 | 1010101 | 1100101 | 0 | 110111 | 101110 | 11010 | 101011111 | 101011 | 110110 |
Color Harmonies of #BC5565
Complementary color
Monochromatic Colors of #BC5565
Black with #BC5565
Text Example
Text Example
White with #BC5565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5565; }
p { color: rgb(188,85,101); }
H1.HeaderClassName
{
color: #BC5565;
}
.AnyTagClassName
{
color: #BC5565;
}
</style>
background-color css
<style>
a { background-color: #BC5565; }
a { background-color: rgb(188,85,101); }
div.DivClassName
{
background-color: #BC5565;
}
.BgClassName
{
background-color: #BC5565;
}
</style>
border-color css
<style>
span { border-color: #BC5565; }
span { border-color: rgb(188,85,101); }
td.TdClassName
{
border-color: #BC5565;
}
.TagClassName
{
border-color: #BC5565;
}
</style>