Shades of Blush #BC4363
Tints of Blush #BC4363
RGB
CMYK
RGB Variations
Color information
#BC4363 (or 0xBC4363) is known color: Blush. HEX triplet: BC, 43 and 63. RGB value is (188,67,99). Sum of RGB (Red+Green+Blue) = 188+67+99=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 67 (26.56% from 255 or 18.93% from 354); Blue value is 99 (39.06% from 255 or 27.97% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4363 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4363 is #43BC9C. Grayscale: #6A6A6A. Windows color (decimal): -4439197 or 6505404. OLE color: 6505404.
HSL color Cylindrical-coordinate representation of color #BC4363: hue angle of 344.13º 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 #BC4363 is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 99 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.26 |
| HSL | 344.13º | 0.47% | 0.5% | - |
| HSV(B) | 344.13º | 0.64% | 0.74% | - |
| XYZ | 25 | 15.61 | 13.5 | - |
| YUV | 106.83 | 123.59 | 185.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 99 | 0 | 0.64 | 0.47 | 0.26 | 344.13 | 0.47 | 0.5 |
| Hex | BC | 43 | 63 | 0 | 40 | 2F | 1A | 158 | 2F | 32 |
| Octal | 274 | 103 | 143 | 0 | 100 | 57 | 32 | 530 | 57 | 62 |
| Binary | 10111100 | 1000011 | 1100011 | 0 | 1000000 | 101111 | 11010 | 101011000 | 101111 | 110010 |
Color Harmonies of #BC4363
Complementary color
Monochromatic Colors of #BC4363
Black with #BC4363
Text Example
Text Example
White with #BC4363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4363; }
p { color: rgb(188,67,99); }
H1.HeaderClassName
{
color: #BC4363;
}
.AnyTagClassName
{
color: #BC4363;
}
</style>
background-color css
<style>
a { background-color: #BC4363; }
a { background-color: rgb(188,67,99); }
div.DivClassName
{
background-color: #BC4363;
}
.BgClassName
{
background-color: #BC4363;
}
</style>
border-color css
<style>
span { border-color: #BC4363; }
span { border-color: rgb(188,67,99); }
td.TdClassName
{
border-color: #BC4363;
}
.TagClassName
{
border-color: #BC4363;
}
</style>