Shades of Blush #BC4B68
Tints of Blush #BC4B68
RGB
CMYK
RGB Variations
Color information
#BC4B68 (or 0xBC4B68) is known color: Blush. HEX triplet: BC, 4B and 68. RGB value is (188,75,104). Sum of RGB (Red+Green+Blue) = 188+75+104=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 75 (29.69% from 255 or 20.44% from 367); Blue value is 104 (41.02% from 255 or 28.34% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4B68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4B68 is #43B497. Grayscale: #707070. Windows color (decimal): -4437144 or 6835132. OLE color: 6835132.
HSL color Cylindrical-coordinate representation of color #BC4B68: hue angle of 344.6º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC4B68 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 75 | 104 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.26 |
| HSL | 344.6º | 0.46% | 0.52% | - |
| HSV(B) | 344.6º | 0.6% | 0.74% | - |
| XYZ | 25.75 | 16.72 | 14.97 | - |
| YUV | 112.09 | 123.44 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 75 | 104 | 0 | 0.60 | 0.45 | 0.26 | 344.6 | 0.46 | 0.52 |
| Hex | BC | 4B | 68 | 0 | 3C | 2D | 1A | 159 | 2E | 34 |
| Octal | 274 | 113 | 150 | 0 | 74 | 55 | 32 | 531 | 56 | 64 |
| Binary | 10111100 | 1001011 | 1101000 | 0 | 111100 | 101101 | 11010 | 101011001 | 101110 | 110100 |
Color Harmonies of #BC4B68
Complementary color
Monochromatic Colors of #BC4B68
Black with #BC4B68
Text Example
Text Example
White with #BC4B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4B68; }
p { color: rgb(188,75,104); }
H1.HeaderClassName
{
color: #BC4B68;
}
.AnyTagClassName
{
color: #BC4B68;
}
</style>
background-color css
<style>
a { background-color: #BC4B68; }
a { background-color: rgb(188,75,104); }
div.DivClassName
{
background-color: #BC4B68;
}
.BgClassName
{
background-color: #BC4B68;
}
</style>
border-color css
<style>
span { border-color: #BC4B68; }
span { border-color: rgb(188,75,104); }
td.TdClassName
{
border-color: #BC4B68;
}
.TagClassName
{
border-color: #BC4B68;
}
</style>