Shades of Blush #BC526E
Tints of Blush #BC526E
RGB
CMYK
RGB Variations
Color information
#BC526E (or 0xBC526E) is known color: Blush. HEX triplet: BC, 52 and 6E. RGB value is (188,82,110). Sum of RGB (Red+Green+Blue) = 188+82+110=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC526E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC526E is #43AD91. Grayscale: #747474. Windows color (decimal): -4435346 or 7230140. OLE color: 7230140.
HSL color Cylindrical-coordinate representation of color #BC526E: hue angle of 344.15º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC526E is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 82 | 110 | - |
| CMYK | 0 | 0.56 | 0.41 | 0.26 |
| HSL | 344.15º | 0.44% | 0.53% | - |
| HSV(B) | 344.15º | 0.56% | 0.74% | - |
| XYZ | 26.57 | 17.85 | 16.8 | - |
| YUV | 116.89 | 124.12 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 82 | 110 | 0 | 0.56 | 0.41 | 0.26 | 344.15 | 0.44 | 0.53 |
| Hex | BC | 52 | 6E | 0 | 38 | 29 | 1A | 158 | 2C | 35 |
| Octal | 274 | 122 | 156 | 0 | 70 | 51 | 32 | 530 | 54 | 65 |
| Binary | 10111100 | 1010010 | 1101110 | 0 | 111000 | 101001 | 11010 | 101011000 | 101100 | 110101 |
Color Harmonies of #BC526E
Complementary color
Monochromatic Colors of #BC526E
Black with #BC526E
Text Example
Text Example
White with #BC526E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC526E; }
p { color: rgb(188,82,110); }
H1.HeaderClassName
{
color: #BC526E;
}
.AnyTagClassName
{
color: #BC526E;
}
</style>
background-color css
<style>
a { background-color: #BC526E; }
a { background-color: rgb(188,82,110); }
div.DivClassName
{
background-color: #BC526E;
}
.BgClassName
{
background-color: #BC526E;
}
</style>
border-color css
<style>
span { border-color: #BC526E; }
span { border-color: rgb(188,82,110); }
td.TdClassName
{
border-color: #BC526E;
}
.TagClassName
{
border-color: #BC526E;
}
</style>