Shades of Blush #BC6273
Tints of Blush #BC6273
RGB
CMYK
RGB Variations
Color information
#BC6273 (or 0xBC6273) is known color: Blush. HEX triplet: BC, 62 and 73. RGB value is (188,98,115). Sum of RGB (Red+Green+Blue) = 188+98+115=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 98 (38.67% from 255 or 24.44% from 401); Blue value is 115 (45.31% from 255 or 28.68% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6273 is #439D8C. Grayscale: #7E7E7E. Windows color (decimal): -4431245 or 7561916. OLE color: 7561916.
HSL color Cylindrical-coordinate representation of color #BC6273: hue angle of 348.67º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC6273 is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 98 | 115 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.26 |
| HSL | 348.67º | 0.4% | 0.56% | - |
| HSV(B) | 348.67º | 0.48% | 0.74% | - |
| XYZ | 28.2 | 20.66 | 18.72 | - |
| YUV | 126.85 | 121.32 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 115 | 0 | 0.48 | 0.39 | 0.26 | 348.67 | 0.4 | 0.56 |
| Hex | BC | 62 | 73 | 0 | 30 | 27 | 1A | 15D | 28 | 38 |
| Octal | 274 | 142 | 163 | 0 | 60 | 47 | 32 | 535 | 50 | 70 |
| Binary | 10111100 | 1100010 | 1110011 | 0 | 110000 | 100111 | 11010 | 101011101 | 101000 | 111000 |
Color Harmonies of #BC6273
Complementary color
Monochromatic Colors of #BC6273
Black with #BC6273
Text Example
Text Example
White with #BC6273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6273; }
p { color: rgb(188,98,115); }
H1.HeaderClassName
{
color: #BC6273;
}
.AnyTagClassName
{
color: #BC6273;
}
</style>
background-color css
<style>
a { background-color: #BC6273; }
a { background-color: rgb(188,98,115); }
div.DivClassName
{
background-color: #BC6273;
}
.BgClassName
{
background-color: #BC6273;
}
</style>
border-color css
<style>
span { border-color: #BC6273; }
span { border-color: rgb(188,98,115); }
td.TdClassName
{
border-color: #BC6273;
}
.TagClassName
{
border-color: #BC6273;
}
</style>