Shades of Blush #BC4065
Tints of Blush #BC4065
RGB
CMYK
RGB Variations
Color information
#BC4065 (or 0xBC4065) is known color: Blush. HEX triplet: BC, 40 and 65. RGB value is (188,64,101). Sum of RGB (Red+Green+Blue) = 188+64+101=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 101 (39.84% from 255 or 28.61% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4065 is #43BF9A. Grayscale: #696969. Windows color (decimal): -4439963 or 6635708. OLE color: 6635708.
HSL color Cylindrical-coordinate representation of color #BC4065: hue angle of 342.1º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC4065 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 101 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.26 |
| HSL | 342.1º | 0.49% | 0.49% | - |
| HSV(B) | 342.1º | 0.66% | 0.74% | - |
| XYZ | 24.92 | 15.3 | 13.95 | - |
| YUV | 105.29 | 125.58 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 101 | 0 | 0.66 | 0.46 | 0.26 | 342.1 | 0.49 | 0.49 |
| Hex | BC | 40 | 65 | 0 | 42 | 2E | 1A | 156 | 31 | 31 |
| Octal | 274 | 100 | 145 | 0 | 102 | 56 | 32 | 526 | 61 | 61 |
| Binary | 10111100 | 1000000 | 1100101 | 0 | 1000010 | 101110 | 11010 | 101010110 | 110001 | 110001 |
Color Harmonies of #BC4065
Complementary color
Monochromatic Colors of #BC4065
Black with #BC4065
Text Example
Text Example
White with #BC4065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4065; }
p { color: rgb(188,64,101); }
H1.HeaderClassName
{
color: #BC4065;
}
.AnyTagClassName
{
color: #BC4065;
}
</style>
background-color css
<style>
a { background-color: #BC4065; }
a { background-color: rgb(188,64,101); }
div.DivClassName
{
background-color: #BC4065;
}
.BgClassName
{
background-color: #BC4065;
}
</style>
border-color css
<style>
span { border-color: #BC4065; }
span { border-color: rgb(188,64,101); }
td.TdClassName
{
border-color: #BC4065;
}
.TagClassName
{
border-color: #BC4065;
}
</style>