Shades of Blush #BC435E
Tints of Blush #BC435E
RGB
CMYK
RGB Variations
Color information
#BC435E (or 0xBC435E) is known color: Blush. HEX triplet: BC, 43 and 5E. RGB value is (188,67,94). Sum of RGB (Red+Green+Blue) = 188+67+94=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 67 (26.56% from 255 or 19.20% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC435E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC435E is #43BCA1. Grayscale: #6A6A6A. Windows color (decimal): -4439202 or 6177724. OLE color: 6177724.
HSL color Cylindrical-coordinate representation of color #BC435E: hue angle of 346.61º 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 #BC435E is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 94 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.26 |
| HSL | 346.61º | 0.47% | 0.5% | - |
| HSV(B) | 346.61º | 0.64% | 0.74% | - |
| XYZ | 24.77 | 15.51 | 12.28 | - |
| YUV | 106.26 | 121.09 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 94 | 0 | 0.64 | 0.50 | 0.26 | 346.61 | 0.47 | 0.5 |
| Hex | BC | 43 | 5E | 0 | 40 | 32 | 1A | 15B | 2F | 32 |
| Octal | 274 | 103 | 136 | 0 | 100 | 62 | 32 | 533 | 57 | 62 |
| Binary | 10111100 | 1000011 | 1011110 | 0 | 1000000 | 110010 | 11010 | 101011011 | 101111 | 110010 |
Color Harmonies of #BC435E
Complementary color
Monochromatic Colors of #BC435E
Black with #BC435E
Text Example
Text Example
White with #BC435E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC435E; }
p { color: rgb(188,67,94); }
H1.HeaderClassName
{
color: #BC435E;
}
.AnyTagClassName
{
color: #BC435E;
}
</style>
background-color css
<style>
a { background-color: #BC435E; }
a { background-color: rgb(188,67,94); }
div.DivClassName
{
background-color: #BC435E;
}
.BgClassName
{
background-color: #BC435E;
}
</style>
border-color css
<style>
span { border-color: #BC435E; }
span { border-color: rgb(188,67,94); }
td.TdClassName
{
border-color: #BC435E;
}
.TagClassName
{
border-color: #BC435E;
}
</style>