Shades of Blush #BC626D
Tints of Blush #BC626D
RGB
CMYK
RGB Variations
Color information
#BC626D (or 0xBC626D) is known color: Blush. HEX triplet: BC, 62 and 6D. RGB value is (188,98,109). Sum of RGB (Red+Green+Blue) = 188+98+109=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC626D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC626D is #439D92. Grayscale: #7E7E7E. Windows color (decimal): -4431251 or 7168700. OLE color: 7168700.
HSL color Cylindrical-coordinate representation of color #BC626D: hue angle of 352.67º 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 #BC626D is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 98 | 109 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.26 |
| HSL | 352.67º | 0.4% | 0.56% | - |
| HSV(B) | 352.67º | 0.48% | 0.74% | - |
| XYZ | 27.87 | 20.53 | 16.96 | - |
| YUV | 126.16 | 118.32 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 109 | 0 | 0.48 | 0.42 | 0.26 | 352.67 | 0.4 | 0.56 |
| Hex | BC | 62 | 6D | 0 | 30 | 2A | 1A | 161 | 28 | 38 |
| Octal | 274 | 142 | 155 | 0 | 60 | 52 | 32 | 541 | 50 | 70 |
| Binary | 10111100 | 1100010 | 1101101 | 0 | 110000 | 101010 | 11010 | 101100001 | 101000 | 111000 |
Color Harmonies of #BC626D
Complementary color
Monochromatic Colors of #BC626D
Black with #BC626D
Text Example
Text Example
White with #BC626D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC626D; }
p { color: rgb(188,98,109); }
H1.HeaderClassName
{
color: #BC626D;
}
.AnyTagClassName
{
color: #BC626D;
}
</style>
background-color css
<style>
a { background-color: #BC626D; }
a { background-color: rgb(188,98,109); }
div.DivClassName
{
background-color: #BC626D;
}
.BgClassName
{
background-color: #BC626D;
}
</style>
border-color css
<style>
span { border-color: #BC626D; }
span { border-color: rgb(188,98,109); }
td.TdClassName
{
border-color: #BC626D;
}
.TagClassName
{
border-color: #BC626D;
}
</style>