Shades of Blush #BC4867
Tints of Blush #BC4867
RGB
CMYK
RGB Variations
Color information
#BC4867 (or 0xBC4867) is known color: Blush. HEX triplet: BC, 48 and 67. RGB value is (188,72,103). Sum of RGB (Red+Green+Blue) = 188+72+103=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 103 (40.62% from 255 or 28.37% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4867 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4867 is #43B798. Grayscale: #6E6E6E. Windows color (decimal): -4437913 or 6768828. OLE color: 6768828.
HSL color Cylindrical-coordinate representation of color #BC4867: hue angle of 343.97º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC4867 is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 72 | 103 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.26 |
| HSL | 343.97º | 0.46% | 0.51% | - |
| HSV(B) | 343.97º | 0.62% | 0.74% | - |
| XYZ | 25.5 | 16.31 | 14.63 | - |
| YUV | 110.22 | 123.93 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 72 | 103 | 0 | 0.62 | 0.45 | 0.26 | 343.97 | 0.46 | 0.51 |
| Hex | BC | 48 | 67 | 0 | 3E | 2D | 1A | 158 | 2E | 33 |
| Octal | 274 | 110 | 147 | 0 | 76 | 55 | 32 | 530 | 56 | 63 |
| Binary | 10111100 | 1001000 | 1100111 | 0 | 111110 | 101101 | 11010 | 101011000 | 101110 | 110011 |
Color Harmonies of #BC4867
Complementary color
Monochromatic Colors of #BC4867
Black with #BC4867
Text Example
Text Example
White with #BC4867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4867; }
p { color: rgb(188,72,103); }
H1.HeaderClassName
{
color: #BC4867;
}
.AnyTagClassName
{
color: #BC4867;
}
</style>
background-color css
<style>
a { background-color: #BC4867; }
a { background-color: rgb(188,72,103); }
div.DivClassName
{
background-color: #BC4867;
}
.BgClassName
{
background-color: #BC4867;
}
</style>
border-color css
<style>
span { border-color: #BC4867; }
span { border-color: rgb(188,72,103); }
td.TdClassName
{
border-color: #BC4867;
}
.TagClassName
{
border-color: #BC4867;
}
</style>