Shades of Blush #BC516A
Tints of Blush #BC516A
RGB
CMYK
RGB Variations
Color information
#BC516A (or 0xBC516A) is known color: Blush. HEX triplet: BC, 51 and 6A. RGB value is (188,81,106). Sum of RGB (Red+Green+Blue) = 188+81+106=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC516A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC516A is #43AE95. Grayscale: #737373. Windows color (decimal): -4435606 or 6967740. OLE color: 6967740.
HSL color Cylindrical-coordinate representation of color #BC516A: hue angle of 345.98º 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 #BC516A is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 81 | 106 | - |
| CMYK | 0 | 0.57 | 0.44 | 0.26 |
| HSL | 345.98º | 0.44% | 0.53% | - |
| HSV(B) | 345.98º | 0.57% | 0.74% | - |
| XYZ | 26.28 | 17.62 | 15.65 | - |
| YUV | 115.84 | 122.45 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 81 | 106 | 0 | 0.57 | 0.44 | 0.26 | 345.98 | 0.44 | 0.53 |
| Hex | BC | 51 | 6A | 0 | 39 | 2C | 1A | 15A | 2C | 35 |
| Octal | 274 | 121 | 152 | 0 | 71 | 54 | 32 | 532 | 54 | 65 |
| Binary | 10111100 | 1010001 | 1101010 | 0 | 111001 | 101100 | 11010 | 101011010 | 101100 | 110101 |
Color Harmonies of #BC516A
Complementary color
Monochromatic Colors of #BC516A
Black with #BC516A
Text Example
Text Example
White with #BC516A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC516A; }
p { color: rgb(188,81,106); }
H1.HeaderClassName
{
color: #BC516A;
}
.AnyTagClassName
{
color: #BC516A;
}
</style>
background-color css
<style>
a { background-color: #BC516A; }
a { background-color: rgb(188,81,106); }
div.DivClassName
{
background-color: #BC516A;
}
.BgClassName
{
background-color: #BC516A;
}
</style>
border-color css
<style>
span { border-color: #BC516A; }
span { border-color: rgb(188,81,106); }
td.TdClassName
{
border-color: #BC516A;
}
.TagClassName
{
border-color: #BC516A;
}
</style>