Shades of Blush #BC5165
Tints of Blush #BC5165
RGB
CMYK
RGB Variations
Color information
#BC5165 (or 0xBC5165) is known color: Blush. HEX triplet: BC, 51 and 65. RGB value is (188,81,101). Sum of RGB (Red+Green+Blue) = 188+81+101=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 101 (39.84% from 255 or 27.30% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5165 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5165 is #43AE9A. Grayscale: #737373. Windows color (decimal): -4435611 or 6640060. OLE color: 6640060.
HSL color Cylindrical-coordinate representation of color #BC5165: hue angle of 348.79º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC5165 is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 81 | 101 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.26 |
| HSL | 348.79º | 0.44% | 0.53% | - |
| HSV(B) | 348.79º | 0.57% | 0.74% | - |
| XYZ | 26.03 | 17.52 | 14.32 | - |
| YUV | 115.27 | 119.95 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 81 | 101 | 0 | 0.57 | 0.46 | 0.26 | 348.79 | 0.44 | 0.53 |
| Hex | BC | 51 | 65 | 0 | 39 | 2E | 1A | 15D | 2C | 35 |
| Octal | 274 | 121 | 145 | 0 | 71 | 56 | 32 | 535 | 54 | 65 |
| Binary | 10111100 | 1010001 | 1100101 | 0 | 111001 | 101110 | 11010 | 101011101 | 101100 | 110101 |
Color Harmonies of #BC5165
Complementary color
Monochromatic Colors of #BC5165
Black with #BC5165
Text Example
Text Example
White with #BC5165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5165; }
p { color: rgb(188,81,101); }
H1.HeaderClassName
{
color: #BC5165;
}
.AnyTagClassName
{
color: #BC5165;
}
</style>
background-color css
<style>
a { background-color: #BC5165; }
a { background-color: rgb(188,81,101); }
div.DivClassName
{
background-color: #BC5165;
}
.BgClassName
{
background-color: #BC5165;
}
</style>
border-color css
<style>
span { border-color: #BC5165; }
span { border-color: rgb(188,81,101); }
td.TdClassName
{
border-color: #BC5165;
}
.TagClassName
{
border-color: #BC5165;
}
</style>