Shades of Blush #BC5A68
Tints of Blush #BC5A68
RGB
CMYK
RGB Variations
Color information
#BC5A68 (or 0xBC5A68) is known color: Blush. HEX triplet: BC, 5A and 68. RGB value is (188,90,104). Sum of RGB (Red+Green+Blue) = 188+90+104=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 90 (35.55% from 255 or 23.56% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5A68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5A68 is #43A597. Grayscale: #787878. Windows color (decimal): -4433304 or 6838972. OLE color: 6838972.
HSL color Cylindrical-coordinate representation of color #BC5A68: hue angle of 351.43º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC5A68 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 90 | 104 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.26 |
| HSL | 351.43º | 0.42% | 0.55% | - |
| HSV(B) | 351.43º | 0.52% | 0.74% | - |
| XYZ | 26.89 | 19 | 15.35 | - |
| YUV | 120.9 | 118.47 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 90 | 104 | 0 | 0.52 | 0.45 | 0.26 | 351.43 | 0.42 | 0.55 |
| Hex | BC | 5A | 68 | 0 | 34 | 2D | 1A | 15F | 2A | 37 |
| Octal | 274 | 132 | 150 | 0 | 64 | 55 | 32 | 537 | 52 | 67 |
| Binary | 10111100 | 1011010 | 1101000 | 0 | 110100 | 101101 | 11010 | 101011111 | 101010 | 110111 |
Color Harmonies of #BC5A68
Complementary color
Monochromatic Colors of #BC5A68
Black with #BC5A68
Text Example
Text Example
White with #BC5A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5A68; }
p { color: rgb(188,90,104); }
H1.HeaderClassName
{
color: #BC5A68;
}
.AnyTagClassName
{
color: #BC5A68;
}
</style>
background-color css
<style>
a { background-color: #BC5A68; }
a { background-color: rgb(188,90,104); }
div.DivClassName
{
background-color: #BC5A68;
}
.BgClassName
{
background-color: #BC5A68;
}
</style>
border-color css
<style>
span { border-color: #BC5A68; }
span { border-color: rgb(188,90,104); }
td.TdClassName
{
border-color: #BC5A68;
}
.TagClassName
{
border-color: #BC5A68;
}
</style>