Shades of Blush #BC5E76
Tints of Blush #BC5E76
RGB
CMYK
RGB Variations
Color information
#BC5E76 (or 0xBC5E76) is known color: Blush. HEX triplet: BC, 5E and 76. RGB value is (188,94,118). Sum of RGB (Red+Green+Blue) = 188+94+118=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 94 (37.11% from 255 or 23.5% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5E76 is #43A189. Grayscale: #7C7C7C. Windows color (decimal): -4432266 or 7757500. OLE color: 7757500.
HSL color Cylindrical-coordinate representation of color #BC5E76: hue angle of 344.68º 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 #BC5E76 is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 94 | 118 | - |
| CMYK | 0 | 0.50 | 0.37 | 0.26 |
| HSL | 344.68º | 0.41% | 0.55% | - |
| HSV(B) | 344.68º | 0.5% | 0.74% | - |
| XYZ | 28.01 | 20 | 19.52 | - |
| YUV | 124.84 | 124.14 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 94 | 118 | 0 | 0.50 | 0.37 | 0.26 | 344.68 | 0.41 | 0.55 |
| Hex | BC | 5E | 76 | 0 | 32 | 25 | 1A | 159 | 29 | 37 |
| Octal | 274 | 136 | 166 | 0 | 62 | 45 | 32 | 531 | 51 | 67 |
| Binary | 10111100 | 1011110 | 1110110 | 0 | 110010 | 100101 | 11010 | 101011001 | 101001 | 110111 |
Color Harmonies of #BC5E76
Complementary color
Monochromatic Colors of #BC5E76
Black with #BC5E76
Text Example
Text Example
White with #BC5E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5E76; }
p { color: rgb(188,94,118); }
H1.HeaderClassName
{
color: #BC5E76;
}
.AnyTagClassName
{
color: #BC5E76;
}
</style>
background-color css
<style>
a { background-color: #BC5E76; }
a { background-color: rgb(188,94,118); }
div.DivClassName
{
background-color: #BC5E76;
}
.BgClassName
{
background-color: #BC5E76;
}
</style>
border-color css
<style>
span { border-color: #BC5E76; }
span { border-color: rgb(188,94,118); }
td.TdClassName
{
border-color: #BC5E76;
}
.TagClassName
{
border-color: #BC5E76;
}
</style>