Shades of Blush #BC485D
Tints of Blush #BC485D
RGB
CMYK
RGB Variations
Color information
#BC485D (or 0xBC485D) is known color: Blush. HEX triplet: BC, 48 and 5D. RGB value is (188,72,93). Sum of RGB (Red+Green+Blue) = 188+72+93=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 72 (28.52% from 255 or 20.40% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC485D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC485D is #43B7A2. Grayscale: #6D6D6D. Windows color (decimal): -4437923 or 6113468. OLE color: 6113468.
HSL color Cylindrical-coordinate representation of color #BC485D: hue angle of 349.14º 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 #BC485D is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 72 | 93 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.26 |
| HSL | 349.14º | 0.46% | 0.51% | - |
| HSV(B) | 349.14º | 0.62% | 0.74% | - |
| XYZ | 25.03 | 16.12 | 12.15 | - |
| YUV | 109.08 | 118.93 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 72 | 93 | 0 | 0.62 | 0.51 | 0.26 | 349.14 | 0.46 | 0.51 |
| Hex | BC | 48 | 5D | 0 | 3E | 33 | 1A | 15D | 2E | 33 |
| Octal | 274 | 110 | 135 | 0 | 76 | 63 | 32 | 535 | 56 | 63 |
| Binary | 10111100 | 1001000 | 1011101 | 0 | 111110 | 110011 | 11010 | 101011101 | 101110 | 110011 |
Color Harmonies of #BC485D
Complementary color
Monochromatic Colors of #BC485D
Black with #BC485D
Text Example
Text Example
White with #BC485D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC485D; }
p { color: rgb(188,72,93); }
H1.HeaderClassName
{
color: #BC485D;
}
.AnyTagClassName
{
color: #BC485D;
}
</style>
background-color css
<style>
a { background-color: #BC485D; }
a { background-color: rgb(188,72,93); }
div.DivClassName
{
background-color: #BC485D;
}
.BgClassName
{
background-color: #BC485D;
}
</style>
border-color css
<style>
span { border-color: #BC485D; }
span { border-color: rgb(188,72,93); }
td.TdClassName
{
border-color: #BC485D;
}
.TagClassName
{
border-color: #BC485D;
}
</style>