Shades of Blush #BC435F
Tints of Blush #BC435F
RGB
CMYK
RGB Variations
Color information
#BC435F (or 0xBC435F) is known color: Blush. HEX triplet: BC, 43 and 5F. RGB value is (188,67,95). Sum of RGB (Red+Green+Blue) = 188+67+95=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 67 (26.56% from 255 or 19.14% from 350); Blue value is 95 (37.5% from 255 or 27.14% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC435F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC435F is #43BCA0. Grayscale: #6A6A6A. Windows color (decimal): -4439201 or 6243260. OLE color: 6243260.
HSL color Cylindrical-coordinate representation of color #BC435F: hue angle of 346.12º 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 #BC435F is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 95 | - |
| CMYK | 0 | 0.64 | 0.49 | 0.26 |
| HSL | 346.12º | 0.47% | 0.5% | - |
| HSV(B) | 346.12º | 0.64% | 0.74% | - |
| XYZ | 24.81 | 15.53 | 12.52 | - |
| YUV | 106.37 | 121.59 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 95 | 0 | 0.64 | 0.49 | 0.26 | 346.12 | 0.47 | 0.5 |
| Hex | BC | 43 | 5F | 0 | 40 | 31 | 1A | 15A | 2F | 32 |
| Octal | 274 | 103 | 137 | 0 | 100 | 61 | 32 | 532 | 57 | 62 |
| Binary | 10111100 | 1000011 | 1011111 | 0 | 1000000 | 110001 | 11010 | 101011010 | 101111 | 110010 |
Color Harmonies of #BC435F
Complementary color
Monochromatic Colors of #BC435F
Black with #BC435F
Text Example
Text Example
White with #BC435F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC435F; }
p { color: rgb(188,67,95); }
H1.HeaderClassName
{
color: #BC435F;
}
.AnyTagClassName
{
color: #BC435F;
}
</style>
background-color css
<style>
a { background-color: #BC435F; }
a { background-color: rgb(188,67,95); }
div.DivClassName
{
background-color: #BC435F;
}
.BgClassName
{
background-color: #BC435F;
}
</style>
border-color css
<style>
span { border-color: #BC435F; }
span { border-color: rgb(188,67,95); }
td.TdClassName
{
border-color: #BC435F;
}
.TagClassName
{
border-color: #BC435F;
}
</style>