Shades of Blush #BC526A
Tints of Blush #BC526A
RGB
CMYK
RGB Variations
Color information
#BC526A (or 0xBC526A) is known color: Blush. HEX triplet: BC, 52 and 6A. RGB value is (188,82,106). Sum of RGB (Red+Green+Blue) = 188+82+106=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 106 (41.80% from 255 or 28.19% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC526A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC526A is #43AD95. Grayscale: #747474. Windows color (decimal): -4435350 or 6967996. OLE color: 6967996.
HSL color Cylindrical-coordinate representation of color #BC526A: hue angle of 346.42º 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 #BC526A is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 82 | 106 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.26 |
| HSL | 346.42º | 0.44% | 0.53% | - |
| HSV(B) | 346.42º | 0.56% | 0.74% | - |
| XYZ | 26.36 | 17.77 | 15.68 | - |
| YUV | 116.43 | 122.12 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 82 | 106 | 0 | 0.56 | 0.44 | 0.26 | 346.42 | 0.44 | 0.53 |
| Hex | BC | 52 | 6A | 0 | 38 | 2C | 1A | 15A | 2C | 35 |
| Octal | 274 | 122 | 152 | 0 | 70 | 54 | 32 | 532 | 54 | 65 |
| Binary | 10111100 | 1010010 | 1101010 | 0 | 111000 | 101100 | 11010 | 101011010 | 101100 | 110101 |
Color Harmonies of #BC526A
Complementary color
Monochromatic Colors of #BC526A
Black with #BC526A
Text Example
Text Example
White with #BC526A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC526A; }
p { color: rgb(188,82,106); }
H1.HeaderClassName
{
color: #BC526A;
}
.AnyTagClassName
{
color: #BC526A;
}
</style>
background-color css
<style>
a { background-color: #BC526A; }
a { background-color: rgb(188,82,106); }
div.DivClassName
{
background-color: #BC526A;
}
.BgClassName
{
background-color: #BC526A;
}
</style>
border-color css
<style>
span { border-color: #BC526A; }
span { border-color: rgb(188,82,106); }
td.TdClassName
{
border-color: #BC526A;
}
.TagClassName
{
border-color: #BC526A;
}
</style>