Shades of Blush #BC526B
Tints of Blush #BC526B
RGB
CMYK
RGB Variations
Color information
#BC526B (or 0xBC526B) is known color: Blush. HEX triplet: BC, 52 and 6B. RGB value is (188,82,107). Sum of RGB (Red+Green+Blue) = 188+82+107=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 107 (42.19% from 255 or 28.38% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC526B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC526B is #43AD94. Grayscale: #747474. Windows color (decimal): -4435349 or 7033532. OLE color: 7033532.
HSL color Cylindrical-coordinate representation of color #BC526B: hue angle of 345.85º 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 #BC526B is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 82 | 107 | - |
| CMYK | 0 | 0.56 | 0.43 | 0.26 |
| HSL | 345.85º | 0.44% | 0.53% | - |
| HSV(B) | 345.85º | 0.56% | 0.74% | - |
| XYZ | 26.41 | 17.79 | 15.95 | - |
| YUV | 116.54 | 122.62 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 82 | 107 | 0 | 0.56 | 0.43 | 0.26 | 345.85 | 0.44 | 0.53 |
| Hex | BC | 52 | 6B | 0 | 38 | 2B | 1A | 15A | 2C | 35 |
| Octal | 274 | 122 | 153 | 0 | 70 | 53 | 32 | 532 | 54 | 65 |
| Binary | 10111100 | 1010010 | 1101011 | 0 | 111000 | 101011 | 11010 | 101011010 | 101100 | 110101 |
Color Harmonies of #BC526B
Complementary color
Monochromatic Colors of #BC526B
Black with #BC526B
Text Example
Text Example
White with #BC526B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC526B; }
p { color: rgb(188,82,107); }
H1.HeaderClassName
{
color: #BC526B;
}
.AnyTagClassName
{
color: #BC526B;
}
</style>
background-color css
<style>
a { background-color: #BC526B; }
a { background-color: rgb(188,82,107); }
div.DivClassName
{
background-color: #BC526B;
}
.BgClassName
{
background-color: #BC526B;
}
</style>
border-color css
<style>
span { border-color: #BC526B; }
span { border-color: rgb(188,82,107); }
td.TdClassName
{
border-color: #BC526B;
}
.TagClassName
{
border-color: #BC526B;
}
</style>