Shades of Blush #BC4769
Tints of Blush #BC4769
RGB
CMYK
RGB Variations
Color information
#BC4769 (or 0xBC4769) is known color: Blush. HEX triplet: BC, 47 and 69. RGB value is (188,71,105). Sum of RGB (Red+Green+Blue) = 188+71+105=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 71 (28.12% from 255 or 19.51% from 364); Blue value is 105 (41.41% from 255 or 28.85% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4769 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4769 is #43B896. Grayscale: #6D6D6D. Windows color (decimal): -4438167 or 6899644. OLE color: 6899644.
HSL color Cylindrical-coordinate representation of color #BC4769: hue angle of 342.56º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC4769 is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 71 | 105 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.26 |
| HSL | 342.56º | 0.47% | 0.51% | - |
| HSV(B) | 342.56º | 0.62% | 0.74% | - |
| XYZ | 25.54 | 16.22 | 15.15 | - |
| YUV | 109.86 | 125.26 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 71 | 105 | 0 | 0.62 | 0.44 | 0.26 | 342.56 | 0.47 | 0.51 |
| Hex | BC | 47 | 69 | 0 | 3E | 2C | 1A | 157 | 2F | 33 |
| Octal | 274 | 107 | 151 | 0 | 76 | 54 | 32 | 527 | 57 | 63 |
| Binary | 10111100 | 1000111 | 1101001 | 0 | 111110 | 101100 | 11010 | 101010111 | 101111 | 110011 |
Color Harmonies of #BC4769
Complementary color
Monochromatic Colors of #BC4769
Black with #BC4769
Text Example
Text Example
White with #BC4769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4769; }
p { color: rgb(188,71,105); }
H1.HeaderClassName
{
color: #BC4769;
}
.AnyTagClassName
{
color: #BC4769;
}
</style>
background-color css
<style>
a { background-color: #BC4769; }
a { background-color: rgb(188,71,105); }
div.DivClassName
{
background-color: #BC4769;
}
.BgClassName
{
background-color: #BC4769;
}
</style>
border-color css
<style>
span { border-color: #BC4769; }
span { border-color: rgb(188,71,105); }
td.TdClassName
{
border-color: #BC4769;
}
.TagClassName
{
border-color: #BC4769;
}
</style>