Shades of Blush #BC6568
Tints of Blush #BC6568
RGB
CMYK
RGB Variations
Color information
#BC6568 (or 0xBC6568) is known color: Blush. HEX triplet: BC, 65 and 68. RGB value is (188,101,104). Sum of RGB (Red+Green+Blue) = 188+101+104=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6568 is #439A97. Grayscale: #7F7F7F. Windows color (decimal): -4430488 or 6841788. OLE color: 6841788.
HSL color Cylindrical-coordinate representation of color #BC6568: hue angle of 357.93º 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 #BC6568 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 101 | 104 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.26 |
| HSL | 357.93º | 0.39% | 0.57% | - |
| HSV(B) | 357.93º | 0.46% | 0.74% | - |
| XYZ | 27.89 | 21 | 15.68 | - |
| YUV | 127.36 | 114.82 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 101 | 104 | 0 | 0.46 | 0.45 | 0.26 | 357.93 | 0.39 | 0.57 |
| Hex | BC | 65 | 68 | 0 | 2E | 2D | 1A | 166 | 27 | 39 |
| Octal | 274 | 145 | 150 | 0 | 56 | 55 | 32 | 546 | 47 | 71 |
| Binary | 10111100 | 1100101 | 1101000 | 0 | 101110 | 101101 | 11010 | 101100110 | 100111 | 111001 |
Color Harmonies of #BC6568
Complementary color
Monochromatic Colors of #BC6568
Black with #BC6568
Text Example
Text Example
White with #BC6568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6568; }
p { color: rgb(188,101,104); }
H1.HeaderClassName
{
color: #BC6568;
}
.AnyTagClassName
{
color: #BC6568;
}
</style>
background-color css
<style>
a { background-color: #BC6568; }
a { background-color: rgb(188,101,104); }
div.DivClassName
{
background-color: #BC6568;
}
.BgClassName
{
background-color: #BC6568;
}
</style>
border-color css
<style>
span { border-color: #BC6568; }
span { border-color: rgb(188,101,104); }
td.TdClassName
{
border-color: #BC6568;
}
.TagClassName
{
border-color: #BC6568;
}
</style>