Shades of Blush #BC656D
Tints of Blush #BC656D
RGB
CMYK
RGB Variations
Color information
#BC656D (or 0xBC656D) is known color: Blush. HEX triplet: BC, 65 and 6D. RGB value is (188,101,109). Sum of RGB (Red+Green+Blue) = 188+101+109=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 109 (42.97% from 255 or 27.39% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC656D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC656D is #439A92. Grayscale: #7F7F7F. Windows color (decimal): -4430483 or 7169468. OLE color: 7169468.
HSL color Cylindrical-coordinate representation of color #BC656D: hue angle of 354.48º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC656D is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 101 | 109 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.26 |
| HSL | 354.48º | 0.39% | 0.57% | - |
| HSV(B) | 354.48º | 0.46% | 0.74% | - |
| XYZ | 28.15 | 21.1 | 17.06 | - |
| YUV | 127.93 | 117.32 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 101 | 109 | 0 | 0.46 | 0.42 | 0.26 | 354.48 | 0.39 | 0.57 |
| Hex | BC | 65 | 6D | 0 | 2E | 2A | 1A | 162 | 27 | 39 |
| Octal | 274 | 145 | 155 | 0 | 56 | 52 | 32 | 542 | 47 | 71 |
| Binary | 10111100 | 1100101 | 1101101 | 0 | 101110 | 101010 | 11010 | 101100010 | 100111 | 111001 |
Color Harmonies of #BC656D
Complementary color
Monochromatic Colors of #BC656D
Black with #BC656D
Text Example
Text Example
White with #BC656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC656D; }
p { color: rgb(188,101,109); }
H1.HeaderClassName
{
color: #BC656D;
}
.AnyTagClassName
{
color: #BC656D;
}
</style>
background-color css
<style>
a { background-color: #BC656D; }
a { background-color: rgb(188,101,109); }
div.DivClassName
{
background-color: #BC656D;
}
.BgClassName
{
background-color: #BC656D;
}
</style>
border-color css
<style>
span { border-color: #BC656D; }
span { border-color: rgb(188,101,109); }
td.TdClassName
{
border-color: #BC656D;
}
.TagClassName
{
border-color: #BC656D;
}
</style>