Shades of Blush #BC525D
Tints of Blush #BC525D
RGB
CMYK
RGB Variations
Color information
#BC525D (or 0xBC525D) is known color: Blush. HEX triplet: BC, 52 and 5D. RGB value is (188,82,93). Sum of RGB (Red+Green+Blue) = 188+82+93=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC525D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC525D is #43ADA2. Grayscale: #737373. Windows color (decimal): -4435363 or 6116028. OLE color: 6116028.
HSL color Cylindrical-coordinate representation of color #BC525D: hue angle of 353.77º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC525D is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 82 | 93 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.26 |
| HSL | 353.77º | 0.44% | 0.53% | - |
| HSV(B) | 353.77º | 0.56% | 0.74% | - |
| XYZ | 25.73 | 17.52 | 12.38 | - |
| YUV | 114.95 | 115.62 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 82 | 93 | 0 | 0.56 | 0.51 | 0.26 | 353.77 | 0.44 | 0.53 |
| Hex | BC | 52 | 5D | 0 | 38 | 33 | 1A | 162 | 2C | 35 |
| Octal | 274 | 122 | 135 | 0 | 70 | 63 | 32 | 542 | 54 | 65 |
| Binary | 10111100 | 1010010 | 1011101 | 0 | 111000 | 110011 | 11010 | 101100010 | 101100 | 110101 |
Color Harmonies of #BC525D
Complementary color
Monochromatic Colors of #BC525D
Black with #BC525D
Text Example
Text Example
White with #BC525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC525D; }
p { color: rgb(188,82,93); }
H1.HeaderClassName
{
color: #BC525D;
}
.AnyTagClassName
{
color: #BC525D;
}
</style>
background-color css
<style>
a { background-color: #BC525D; }
a { background-color: rgb(188,82,93); }
div.DivClassName
{
background-color: #BC525D;
}
.BgClassName
{
background-color: #BC525D;
}
</style>
border-color css
<style>
span { border-color: #BC525D; }
span { border-color: rgb(188,82,93); }
td.TdClassName
{
border-color: #BC525D;
}
.TagClassName
{
border-color: #BC525D;
}
</style>