Shades of Blush #BC435D
Tints of Blush #BC435D
RGB
CMYK
RGB Variations
Color information
#BC435D (or 0xBC435D) is known color: Blush. HEX triplet: BC, 43 and 5D. RGB value is (188,67,93). Sum of RGB (Red+Green+Blue) = 188+67+93=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC435D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC435D is #43BCA2. Grayscale: #6A6A6A. Windows color (decimal): -4439203 or 6112188. OLE color: 6112188.
HSL color Cylindrical-coordinate representation of color #BC435D: hue angle of 347.11º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC435D is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 93 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.26 |
| HSL | 347.11º | 0.47% | 0.5% | - |
| HSV(B) | 347.11º | 0.64% | 0.74% | - |
| XYZ | 24.72 | 15.5 | 12.04 | - |
| YUV | 106.14 | 120.59 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 93 | 0 | 0.64 | 0.51 | 0.26 | 347.11 | 0.47 | 0.5 |
| Hex | BC | 43 | 5D | 0 | 40 | 33 | 1A | 15B | 2F | 32 |
| Octal | 274 | 103 | 135 | 0 | 100 | 63 | 32 | 533 | 57 | 62 |
| Binary | 10111100 | 1000011 | 1011101 | 0 | 1000000 | 110011 | 11010 | 101011011 | 101111 | 110010 |
Color Harmonies of #BC435D
Complementary color
Monochromatic Colors of #BC435D
Black with #BC435D
Text Example
Text Example
White with #BC435D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC435D; }
p { color: rgb(188,67,93); }
H1.HeaderClassName
{
color: #BC435D;
}
.AnyTagClassName
{
color: #BC435D;
}
</style>
background-color css
<style>
a { background-color: #BC435D; }
a { background-color: rgb(188,67,93); }
div.DivClassName
{
background-color: #BC435D;
}
.BgClassName
{
background-color: #BC435D;
}
</style>
border-color css
<style>
span { border-color: #BC435D; }
span { border-color: rgb(188,67,93); }
td.TdClassName
{
border-color: #BC435D;
}
.TagClassName
{
border-color: #BC435D;
}
</style>