#BC646A

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

Shades of Blush #BC646A

Tints of Blush #BC646A

Color information

#BC646A (or 0xBC646A) is unknown color: approx Blush. HEX triplet: BC, 64 and 6A. RGB value is (188,100,106). Sum of RGB (Red+Green+Blue) = 188+100+106=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 106 (41.80% from 255 or 26.90% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC646A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC646A is #439B95. Grayscale: #7F7F7F. Windows color (decimal): -4430742 or 6972604. OLE color: 6972604.

HSL color Cylindrical-coordinate representation of color #BC646A: hue angle of 355.91º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC646A is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB188100106-
CMYK00.470.440.26
HSL355.91º39.64%56.47%-
HSV(B)355.91º46.81%73.73%-
XYZ27.920.8516.19-
YUV127116.15171.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.72%
GREEN value IS 100 (39.45% from 255) = 25.38%
BLUE value IS 106 (41.80% from 255) = 26.90%
R=47.72%
G=25.38%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810010600.470.440.26355.9139.6456.47
HexBC646A02F2C1A1642838
Octal27414415205754325445070
Binary1011110011001001101010010111110110011010101100100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC646A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC646A; }

 p { color: rgb(188,100,106); }

 H1.HeaderClassName
 {
   color: #BC646A;
 }
 .AnyTagClassName
 {
   color: #BC646A;
 }
</style>
background-color css

<style>
 a { background-color: #BC646A; }

 a { background-color: rgb(188,100,106); }

 div.DivClassName
 {
   background-color: #BC646A;
 }
 .BgClassName
 {
   background-color: #BC646A;
 }
</style>
border-color css

<style>
 span { border-color: #BC646A; }

 span { border-color: rgb(188,100,106); }

 td.TdClassName
 {
   border-color: #BC646A;
 }
 .TagClassName
 {
   border-color: #BC646A;
 }
</style>