#BC526E

Color #BC526E Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blush #BC526E

Tints of Blush #BC526E

Color information

#BC526E (or 0xBC526E) is unknown color: approx 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

RGB18882110-
CMYK00.560.410.26
HSL344.15º44.17%52.94%-
HSV(B)344.15º56.38%73.73%-
XYZ26.5717.8516.8-
YUV116.89124.12178.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 49.47%
GREEN value IS 82 (32.42% from 255) = 21.58%
BLUE value IS 110 (43.36% from 255) = 28.95%
R=49.47%
G=21.58%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888211000.560.410.26344.1544.1752.94
HexBC526E038291A1582c35
Octal27412215607051325305465
Binary1011110010100101101110011100010100111010101011000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC526E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>