Shades of Blush #BC626F
Tints of Blush #BC626F
RGB
CMYK
RGB Variations
Color information
#BC626F (or 0xBC626F) is known color: Blush. HEX triplet: BC, 62 and 6F. RGB value is (188,98,111). Sum of RGB (Red+Green+Blue) = 188+98+111=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 111 (43.75% from 255 or 27.96% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC626F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC626F is #439D90. Grayscale: #7E7E7E. Windows color (decimal): -4431249 or 7299772. OLE color: 7299772.
HSL color Cylindrical-coordinate representation of color #BC626F: hue angle of 351.33º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC626F is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 98 | 111 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.26 |
| HSL | 351.33º | 0.4% | 0.56% | - |
| HSV(B) | 351.33º | 0.48% | 0.74% | - |
| XYZ | 27.98 | 20.57 | 17.54 | - |
| YUV | 126.39 | 119.32 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 111 | 0 | 0.48 | 0.41 | 0.26 | 351.33 | 0.4 | 0.56 |
| Hex | BC | 62 | 6F | 0 | 30 | 29 | 1A | 15F | 28 | 38 |
| Octal | 274 | 142 | 157 | 0 | 60 | 51 | 32 | 537 | 50 | 70 |
| Binary | 10111100 | 1100010 | 1101111 | 0 | 110000 | 101001 | 11010 | 101011111 | 101000 | 111000 |
Color Harmonies of #BC626F
Complementary color
Monochromatic Colors of #BC626F
Black with #BC626F
Text Example
Text Example
White with #BC626F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC626F; }
p { color: rgb(188,98,111); }
H1.HeaderClassName
{
color: #BC626F;
}
.AnyTagClassName
{
color: #BC626F;
}
</style>
background-color css
<style>
a { background-color: #BC626F; }
a { background-color: rgb(188,98,111); }
div.DivClassName
{
background-color: #BC626F;
}
.BgClassName
{
background-color: #BC626F;
}
</style>
border-color css
<style>
span { border-color: #BC626F; }
span { border-color: rgb(188,98,111); }
td.TdClassName
{
border-color: #BC626F;
}
.TagClassName
{
border-color: #BC626F;
}
</style>