Shades of Blush #BC516D
Tints of Blush #BC516D
RGB
CMYK
RGB Variations
Color information
#BC516D (or 0xBC516D) is known color: Blush. HEX triplet: BC, 51 and 6D. RGB value is (188,81,109). Sum of RGB (Red+Green+Blue) = 188+81+109=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC516D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC516D is #43AE92. Grayscale: #747474. Windows color (decimal): -4435603 or 7164348. OLE color: 7164348.
HSL color Cylindrical-coordinate representation of color #BC516D: hue angle of 344.3º 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 #BC516D is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 81 | 109 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.26 |
| HSL | 344.3º | 0.44% | 0.53% | - |
| HSV(B) | 344.3º | 0.57% | 0.74% | - |
| XYZ | 26.44 | 17.68 | 16.49 | - |
| YUV | 116.19 | 123.95 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 81 | 109 | 0 | 0.57 | 0.42 | 0.26 | 344.3 | 0.44 | 0.53 |
| Hex | BC | 51 | 6D | 0 | 39 | 2A | 1A | 158 | 2C | 35 |
| Octal | 274 | 121 | 155 | 0 | 71 | 52 | 32 | 530 | 54 | 65 |
| Binary | 10111100 | 1010001 | 1101101 | 0 | 111001 | 101010 | 11010 | 101011000 | 101100 | 110101 |
Color Harmonies of #BC516D
Complementary color
Monochromatic Colors of #BC516D
Black with #BC516D
Text Example
Text Example
White with #BC516D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC516D; }
p { color: rgb(188,81,109); }
H1.HeaderClassName
{
color: #BC516D;
}
.AnyTagClassName
{
color: #BC516D;
}
</style>
background-color css
<style>
a { background-color: #BC516D; }
a { background-color: rgb(188,81,109); }
div.DivClassName
{
background-color: #BC516D;
}
.BgClassName
{
background-color: #BC516D;
}
</style>
border-color css
<style>
span { border-color: #BC516D; }
span { border-color: rgb(188,81,109); }
td.TdClassName
{
border-color: #BC516D;
}
.TagClassName
{
border-color: #BC516D;
}
</style>