Shades of Blush #BC626B
Tints of Blush #BC626B
RGB
CMYK
RGB Variations
Color information
#BC626B (or 0xBC626B) is known color: Blush. HEX triplet: BC, 62 and 6B. RGB value is (188,98,107). Sum of RGB (Red+Green+Blue) = 188+98+107=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 107 (42.19% from 255 or 27.23% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC626B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC626B is #439D94. Grayscale: #7D7D7D. Windows color (decimal): -4431253 or 7037628. OLE color: 7037628.
HSL color Cylindrical-coordinate representation of color #BC626B: hue angle of 354º 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 #BC626B is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 98 | 107 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.26 |
| HSL | 354º | 0.4% | 0.56% | - |
| HSV(B) | 354º | 0.48% | 0.74% | - |
| XYZ | 27.76 | 20.49 | 16.4 | - |
| YUV | 125.94 | 117.32 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 107 | 0 | 0.48 | 0.43 | 0.26 | 354 | 0.4 | 0.56 |
| Hex | BC | 62 | 6B | 0 | 30 | 2B | 1A | 162 | 28 | 38 |
| Octal | 274 | 142 | 153 | 0 | 60 | 53 | 32 | 542 | 50 | 70 |
| Binary | 10111100 | 1100010 | 1101011 | 0 | 110000 | 101011 | 11010 | 101100010 | 101000 | 111000 |
Color Harmonies of #BC626B
Complementary color
Monochromatic Colors of #BC626B
Black with #BC626B
Text Example
Text Example
White with #BC626B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC626B; }
p { color: rgb(188,98,107); }
H1.HeaderClassName
{
color: #BC626B;
}
.AnyTagClassName
{
color: #BC626B;
}
</style>
background-color css
<style>
a { background-color: #BC626B; }
a { background-color: rgb(188,98,107); }
div.DivClassName
{
background-color: #BC626B;
}
.BgClassName
{
background-color: #BC626B;
}
</style>
border-color css
<style>
span { border-color: #BC626B; }
span { border-color: rgb(188,98,107); }
td.TdClassName
{
border-color: #BC626B;
}
.TagClassName
{
border-color: #BC626B;
}
</style>