Shades of Blush #BC535D
Tints of Blush #BC535D
RGB
CMYK
RGB Variations
Color information
#BC535D (or 0xBC535D) is known color: Blush. HEX triplet: BC, 53 and 5D. RGB value is (188,83,93). Sum of RGB (Red+Green+Blue) = 188+83+93=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 93 (36.72% from 255 or 25.55% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC535D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC535D is #43ACA2. Grayscale: #737373. Windows color (decimal): -4435107 or 6116284. OLE color: 6116284.
HSL color Cylindrical-coordinate representation of color #BC535D: hue angle of 354.29º 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 #BC535D is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 83 | 93 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.26 |
| HSL | 354.29º | 0.44% | 0.53% | - |
| HSV(B) | 354.29º | 0.56% | 0.74% | - |
| XYZ | 25.81 | 17.67 | 12.41 | - |
| YUV | 115.54 | 115.29 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 83 | 93 | 0 | 0.56 | 0.51 | 0.26 | 354.29 | 0.44 | 0.53 |
| Hex | BC | 53 | 5D | 0 | 38 | 33 | 1A | 162 | 2C | 35 |
| Octal | 274 | 123 | 135 | 0 | 70 | 63 | 32 | 542 | 54 | 65 |
| Binary | 10111100 | 1010011 | 1011101 | 0 | 111000 | 110011 | 11010 | 101100010 | 101100 | 110101 |
Color Harmonies of #BC535D
Complementary color
Monochromatic Colors of #BC535D
Black with #BC535D
Text Example
Text Example
White with #BC535D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC535D; }
p { color: rgb(188,83,93); }
H1.HeaderClassName
{
color: #BC535D;
}
.AnyTagClassName
{
color: #BC535D;
}
</style>
background-color css
<style>
a { background-color: #BC535D; }
a { background-color: rgb(188,83,93); }
div.DivClassName
{
background-color: #BC535D;
}
.BgClassName
{
background-color: #BC535D;
}
</style>
border-color css
<style>
span { border-color: #BC535D; }
span { border-color: rgb(188,83,93); }
td.TdClassName
{
border-color: #BC535D;
}
.TagClassName
{
border-color: #BC535D;
}
</style>