Shades of Blush #BC565F
Tints of Blush #BC565F
RGB
CMYK
RGB Variations
Color information
#BC565F (or 0xBC565F) is known color: Blush. HEX triplet: BC, 56 and 5F. RGB value is (188,86,95). Sum of RGB (Red+Green+Blue) = 188+86+95=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 86 (33.98% from 255 or 23.31% from 369); Blue value is 95 (37.5% from 255 or 25.75% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC565F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC565F is #43A9A0. Grayscale: #757575. Windows color (decimal): -4434337 or 6248124. OLE color: 6248124.
HSL color Cylindrical-coordinate representation of color #BC565F: hue angle of 354.71º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC565F is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 86 | 95 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.26 |
| HSL | 354.71º | 0.43% | 0.54% | - |
| HSV(B) | 354.71º | 0.54% | 0.74% | - |
| XYZ | 26.13 | 18.17 | 12.96 | - |
| YUV | 117.52 | 115.29 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 86 | 95 | 0 | 0.54 | 0.49 | 0.26 | 354.71 | 0.43 | 0.54 |
| Hex | BC | 56 | 5F | 0 | 36 | 31 | 1A | 163 | 2B | 36 |
| Octal | 274 | 126 | 137 | 0 | 66 | 61 | 32 | 543 | 53 | 66 |
| Binary | 10111100 | 1010110 | 1011111 | 0 | 110110 | 110001 | 11010 | 101100011 | 101011 | 110110 |
Color Harmonies of #BC565F
Complementary color
Monochromatic Colors of #BC565F
Black with #BC565F
Text Example
Text Example
White with #BC565F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC565F; }
p { color: rgb(188,86,95); }
H1.HeaderClassName
{
color: #BC565F;
}
.AnyTagClassName
{
color: #BC565F;
}
</style>
background-color css
<style>
a { background-color: #BC565F; }
a { background-color: rgb(188,86,95); }
div.DivClassName
{
background-color: #BC565F;
}
.BgClassName
{
background-color: #BC565F;
}
</style>
border-color css
<style>
span { border-color: #BC565F; }
span { border-color: rgb(188,86,95); }
td.TdClassName
{
border-color: #BC565F;
}
.TagClassName
{
border-color: #BC565F;
}
</style>