#BA646A

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

Shades of Blush #BA646A

Tints of Blush #BA646A

Color information

#BA646A (or 0xBA646A) is unknown color: approx Blush. HEX triplet: BA, 64 and 6A. RGB value is (186,100,106). Sum of RGB (Red+Green+Blue) = 186+100+106=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 100 (39.45% from 255 or 25.51% from 392); Blue value is 106 (41.80% from 255 or 27.04% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA646A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA646A is #459B95. Grayscale: #7E7E7E. Windows color (decimal): -4561814 or 6972602. OLE color: 6972602.

HSL color Cylindrical-coordinate representation of color #BA646A: hue angle of 355.81º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA646A is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB186100106-
CMYK00.460.430.27
HSL355.81º38.39%56.08%-
HSV(B)355.81º46.24%72.94%-
XYZ27.4120.5916.17-
YUV126.4116.49170.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.45%
GREEN value IS 100 (39.45% from 255) = 25.51%
BLUE value IS 106 (41.80% from 255) = 27.04%
R=47.45%
G=25.51%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610010600.460.430.27355.8138.3956.08
HexBA646A02E2B1B1642638
Octal27214415205653335444670
Binary1011101011001001101010010111010101111011101100100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA646A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA646A; }

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

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

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

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

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

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

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

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