Shades of Blush #BC5865
Tints of Blush #BC5865
RGB
CMYK
RGB Variations
Color information
#BC5865 (or 0xBC5865) is known color: Blush. HEX triplet: BC, 58 and 65. RGB value is (188,88,101). Sum of RGB (Red+Green+Blue) = 188+88+101=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 101 (39.84% from 255 or 26.79% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5865 is #43A79A. Grayscale: #777777. Windows color (decimal): -4433819 or 6641852. OLE color: 6641852.
HSL color Cylindrical-coordinate representation of color #BC5865: hue angle of 352.2º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC5865 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 88 | 101 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.26 |
| HSL | 352.2º | 0.43% | 0.54% | - |
| HSV(B) | 352.2º | 0.53% | 0.74% | - |
| XYZ | 26.58 | 18.61 | 14.5 | - |
| YUV | 119.38 | 117.63 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 88 | 101 | 0 | 0.53 | 0.46 | 0.26 | 352.2 | 0.43 | 0.54 |
| Hex | BC | 58 | 65 | 0 | 35 | 2E | 1A | 160 | 2B | 36 |
| Octal | 274 | 130 | 145 | 0 | 65 | 56 | 32 | 540 | 53 | 66 |
| Binary | 10111100 | 1011000 | 1100101 | 0 | 110101 | 101110 | 11010 | 101100000 | 101011 | 110110 |
Color Harmonies of #BC5865
Complementary color
Monochromatic Colors of #BC5865
Black with #BC5865
Text Example
Text Example
White with #BC5865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5865; }
p { color: rgb(188,88,101); }
H1.HeaderClassName
{
color: #BC5865;
}
.AnyTagClassName
{
color: #BC5865;
}
</style>
background-color css
<style>
a { background-color: #BC5865; }
a { background-color: rgb(188,88,101); }
div.DivClassName
{
background-color: #BC5865;
}
.BgClassName
{
background-color: #BC5865;
}
</style>
border-color css
<style>
span { border-color: #BC5865; }
span { border-color: rgb(188,88,101); }
td.TdClassName
{
border-color: #BC5865;
}
.TagClassName
{
border-color: #BC5865;
}
</style>