Shades of Blush #BC5D70
Tints of Blush #BC5D70
RGB
CMYK
RGB Variations
Color information
#BC5D70 (or 0xBC5D70) is known color: Blush. HEX triplet: BC, 5D and 70. RGB value is (188,93,112). Sum of RGB (Red+Green+Blue) = 188+93+112=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5D70 is #43A28F. Grayscale: #7B7B7B. Windows color (decimal): -4432528 or 7364028. OLE color: 7364028.
HSL color Cylindrical-coordinate representation of color #BC5D70: hue angle of 348º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC5D70 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 93 | 112 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.26 |
| HSL | 348º | 0.41% | 0.55% | - |
| HSV(B) | 348º | 0.51% | 0.74% | - |
| XYZ | 27.58 | 19.69 | 17.68 | - |
| YUV | 123.57 | 121.47 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 93 | 112 | 0 | 0.51 | 0.40 | 0.26 | 348 | 0.41 | 0.55 |
| Hex | BC | 5D | 70 | 0 | 33 | 28 | 1A | 15C | 29 | 37 |
| Octal | 274 | 135 | 160 | 0 | 63 | 50 | 32 | 534 | 51 | 67 |
| Binary | 10111100 | 1011101 | 1110000 | 0 | 110011 | 101000 | 11010 | 101011100 | 101001 | 110111 |
Color Harmonies of #BC5D70
Complementary color
Monochromatic Colors of #BC5D70
Black with #BC5D70
Text Example
Text Example
White with #BC5D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5D70; }
p { color: rgb(188,93,112); }
H1.HeaderClassName
{
color: #BC5D70;
}
.AnyTagClassName
{
color: #BC5D70;
}
</style>
background-color css
<style>
a { background-color: #BC5D70; }
a { background-color: rgb(188,93,112); }
div.DivClassName
{
background-color: #BC5D70;
}
.BgClassName
{
background-color: #BC5D70;
}
</style>
border-color css
<style>
span { border-color: #BC5D70; }
span { border-color: rgb(188,93,112); }
td.TdClassName
{
border-color: #BC5D70;
}
.TagClassName
{
border-color: #BC5D70;
}
</style>