Shades of Blush #BC5965
Tints of Blush #BC5965
RGB
CMYK
RGB Variations
Color information
#BC5965 (or 0xBC5965) is known color: Blush. HEX triplet: BC, 59 and 65. RGB value is (188,89,101). Sum of RGB (Red+Green+Blue) = 188+89+101=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 101 (39.84% from 255 or 26.72% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5965 is #43A69A. Grayscale: #787878. Windows color (decimal): -4433563 or 6642108. OLE color: 6642108.
HSL color Cylindrical-coordinate representation of color #BC5965: hue angle of 352.73º degrees, saturation: 0.42, 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 #BC5965 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 89 | 101 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.26 |
| HSL | 352.73º | 0.42% | 0.54% | - |
| HSV(B) | 352.73º | 0.53% | 0.74% | - |
| XYZ | 26.66 | 18.78 | 14.53 | - |
| YUV | 119.97 | 117.3 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 101 | 0 | 0.53 | 0.46 | 0.26 | 352.73 | 0.42 | 0.54 |
| Hex | BC | 59 | 65 | 0 | 35 | 2E | 1A | 161 | 2A | 36 |
| Octal | 274 | 131 | 145 | 0 | 65 | 56 | 32 | 541 | 52 | 66 |
| Binary | 10111100 | 1011001 | 1100101 | 0 | 110101 | 101110 | 11010 | 101100001 | 101010 | 110110 |
Color Harmonies of #BC5965
Complementary color
Monochromatic Colors of #BC5965
Black with #BC5965
Text Example
Text Example
White with #BC5965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5965; }
p { color: rgb(188,89,101); }
H1.HeaderClassName
{
color: #BC5965;
}
.AnyTagClassName
{
color: #BC5965;
}
</style>
background-color css
<style>
a { background-color: #BC5965; }
a { background-color: rgb(188,89,101); }
div.DivClassName
{
background-color: #BC5965;
}
.BgClassName
{
background-color: #BC5965;
}
</style>
border-color css
<style>
span { border-color: #BC5965; }
span { border-color: rgb(188,89,101); }
td.TdClassName
{
border-color: #BC5965;
}
.TagClassName
{
border-color: #BC5965;
}
</style>