Shades of Blush #BC656F
Tints of Blush #BC656F
RGB
CMYK
RGB Variations
Color information
#BC656F (or 0xBC656F) is known color: Blush. HEX triplet: BC, 65 and 6F. RGB value is (188,101,111). Sum of RGB (Red+Green+Blue) = 188+101+111=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 111 (43.75% from 255 or 27.75% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC656F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC656F is #439A90. Grayscale: #808080. Windows color (decimal): -4430481 or 7300540. OLE color: 7300540.
HSL color Cylindrical-coordinate representation of color #BC656F: hue angle of 353.1º 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 #BC656F is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 101 | 111 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.26 |
| HSL | 353.1º | 0.39% | 0.57% | - |
| HSV(B) | 353.1º | 0.46% | 0.74% | - |
| XYZ | 28.26 | 21.15 | 17.63 | - |
| YUV | 128.15 | 118.32 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 101 | 111 | 0 | 0.46 | 0.41 | 0.26 | 353.1 | 0.39 | 0.57 |
| Hex | BC | 65 | 6F | 0 | 2E | 29 | 1A | 161 | 27 | 39 |
| Octal | 274 | 145 | 157 | 0 | 56 | 51 | 32 | 541 | 47 | 71 |
| Binary | 10111100 | 1100101 | 1101111 | 0 | 101110 | 101001 | 11010 | 101100001 | 100111 | 111001 |
Color Harmonies of #BC656F
Complementary color
Monochromatic Colors of #BC656F
Black with #BC656F
Text Example
Text Example
White with #BC656F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC656F; }
p { color: rgb(188,101,111); }
H1.HeaderClassName
{
color: #BC656F;
}
.AnyTagClassName
{
color: #BC656F;
}
</style>
background-color css
<style>
a { background-color: #BC656F; }
a { background-color: rgb(188,101,111); }
div.DivClassName
{
background-color: #BC656F;
}
.BgClassName
{
background-color: #BC656F;
}
</style>
border-color css
<style>
span { border-color: #BC656F; }
span { border-color: rgb(188,101,111); }
td.TdClassName
{
border-color: #BC656F;
}
.TagClassName
{
border-color: #BC656F;
}
</style>