Shades of Blush #BC5E75
Tints of Blush #BC5E75
RGB
CMYK
RGB Variations
Color information
#BC5E75 (or 0xBC5E75) is known color: Blush. HEX triplet: BC, 5E and 75. RGB value is (188,94,117). Sum of RGB (Red+Green+Blue) = 188+94+117=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5E75 is #43A18A. Grayscale: #7C7C7C. Windows color (decimal): -4432267 or 7691964. OLE color: 7691964.
HSL color Cylindrical-coordinate representation of color #BC5E75: hue angle of 345.32º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC5E75 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 94 | 117 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.26 |
| HSL | 345.32º | 0.41% | 0.55% | - |
| HSV(B) | 345.32º | 0.5% | 0.74% | - |
| XYZ | 27.95 | 19.98 | 19.21 | - |
| YUV | 124.73 | 123.64 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 94 | 117 | 0 | 0.50 | 0.38 | 0.26 | 345.32 | 0.41 | 0.55 |
| Hex | BC | 5E | 75 | 0 | 32 | 26 | 1A | 159 | 29 | 37 |
| Octal | 274 | 136 | 165 | 0 | 62 | 46 | 32 | 531 | 51 | 67 |
| Binary | 10111100 | 1011110 | 1110101 | 0 | 110010 | 100110 | 11010 | 101011001 | 101001 | 110111 |
Color Harmonies of #BC5E75
Complementary color
Monochromatic Colors of #BC5E75
Black with #BC5E75
Text Example
Text Example
White with #BC5E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5E75; }
p { color: rgb(188,94,117); }
H1.HeaderClassName
{
color: #BC5E75;
}
.AnyTagClassName
{
color: #BC5E75;
}
</style>
background-color css
<style>
a { background-color: #BC5E75; }
a { background-color: rgb(188,94,117); }
div.DivClassName
{
background-color: #BC5E75;
}
.BgClassName
{
background-color: #BC5E75;
}
</style>
border-color css
<style>
span { border-color: #BC5E75; }
span { border-color: rgb(188,94,117); }
td.TdClassName
{
border-color: #BC5E75;
}
.TagClassName
{
border-color: #BC5E75;
}
</style>